fix: update pytest command to use 'uv' for consistency in CI workflow

This commit is contained in:
gnzng
2025-11-10 12:42:32 -08:00
parent 18c794b5db
commit e94499a6a4
+2 -1
View File
@@ -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'