Skip to content

Merge branch 'b2-aspic-completeness' #77

Merge branch 'b2-aspic-completeness'

Merge branch 'b2-aspic-completeness' #77

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/[email protected]
- uses: astral-sh/[email protected]
with:
python-version: ${{ matrix.python-version }}
- run: uv run pytest -q --timeout=600
- run: uv run pyright src
- run: uv run lint-imports
- run: uv build