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 152b57d commit d13d8e0Copy full SHA for d13d8e0
.github/workflows/cicd.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Run tests
74
run: |
75
source .venv/bin/activate
76
- uv pytest
+ uv run pytest
77
78
# - uses: codecov/codecov-action@v5
79
# name: 'Upload coverage to CodeCov'
0 commit comments