Skip to content

Commit a77a076

Browse files
committed
fix CI
1 parent 4eed0dd commit a77a076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install pytest
2929
run: |
3030
uv tool install pytest
31-
uv tool install pytest-cov
31+
uv add pytest-cov
3232
- uses: astral-sh/ruff-action@v3
3333
- name: Run the tests
3434
run: pytest --cov --cov-report=json:coverage.json tests/

0 commit comments

Comments
 (0)