Skip to content

refactor!: layer the argumentation package into subpackages (0.3.0) #52

refactor!: layer the argumentation package into subpackages (0.3.0)

refactor!: layer the argumentation package into subpackages (0.3.0) #52

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@v6.0.2
- uses: astral-sh/setup-uv@v8.1.0
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