We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43749d6 commit c4059a9Copy full SHA for c4059a9
.github/workflows/pytest.yml
@@ -26,4 +26,4 @@ jobs:
26
env:
27
FERNET_KEY: ${{ secrets.FERNET_KEY }}
28
run: |
29
- pytest tests/
+ uv run -m pytest tests/
0 commit comments