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 86da1e0 commit 98866d7Copy full SHA for 98866d7
.github/workflows/python-ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: |
35
uv pip install --system -e .
36
- uv pip install --system pytest mypy ruff build
+ uv pip install --system pytest pytest-cov mypy ruff build
37
38
39
- name: Run linters
0 commit comments