Skip to content

Record post cap150 final verification #22

Record post cap150 final verification

Record post cap150 final verification #22

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
package:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
- run: uv run pytest -q --timeout=600
- run: uv run pyright src
- run: uv build