We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2345186 commit b29ee21Copy full SHA for b29ee21
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Run unit tests
40
run: |
41
- pytest --strict-markers tests/test_end_to_end.py
+ uv run pytest --strict-markers tests/test_end_to_end.py
42
43
# - name: Upload coverage report
44
# uses: actions/upload-artifact@v4
0 commit comments