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 2f9ed63 commit 4eed0ddCopy full SHA for 4eed0dd
.github/workflows/pytest.yml
@@ -26,7 +26,9 @@ jobs:
26
- name: UV sync
27
run: uv sync
28
- name: Install pytest
29
- run: uv tool install pytest pytest-cov
+ run: |
30
+ uv tool install pytest
31
+ uv tool install pytest-cov
32
- uses: astral-sh/ruff-action@v3
33
- name: Run the tests
34
run: pytest --cov --cov-report=json:coverage.json tests/
0 commit comments