We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cebbf commit 1fba1b4Copy full SHA for 1fba1b4
.github/workflows/unit-tests.yml
@@ -41,7 +41,7 @@ jobs:
41
run: uv sync --dev
42
43
- name: Run tests
44
- run: pytest
+ run: uv run pytest
45
46
- name: Upload coverage report
47
uses: actions/upload-artifact@v4
0 commit comments