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 da951c4 commit fe5993bCopy full SHA for fe5993b
1 file changed
.github/workflows/tests.yml
@@ -25,4 +25,4 @@ jobs:
25
uv pip install -e .
26
- name: Test with pytest
27
run: |
28
- pytest tests/
+ uv run pytest tests/
0 commit comments