diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3316f7d..672014e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,8 @@ jobs: uv pip install ."[tests]" - name: Run tests - run: python -m pytest + run: | + uv run pytest build-docs: if: github.event_name == 'push' && github.ref == 'refs/heads/master'