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 164b68d commit 4294f54Copy full SHA for 4294f54
.github/workflows/pytest.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Create and populate virtualenv
27
run: |
28
- uv pip install -r requirements.txt
+ uv pip install pytest coverage
29
30
- name: Run pytest
31
run: PYTHONPATH=. uv run --frozen coverage run -m pytest
0 commit comments