We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b3671 commit 92f705dCopy full SHA for 92f705d
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Install dependencies from lockfile
45
run:
46
- uv pip install -e ".[dev]"
+ uv pip install -e ".[dev]" && pip install coverage && uv pip install coverage
47
48
- name: Run linting and tests
49
run: |
0 commit comments