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