Skip to content

Commit 4eed0dd

Browse files
committed
fix CI
1 parent 2f9ed63 commit 4eed0dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- name: UV sync
2727
run: uv sync
2828
- name: Install pytest
29-
run: uv tool install pytest pytest-cov
29+
run: |
30+
uv tool install pytest
31+
uv tool install pytest-cov
3032
- uses: astral-sh/ruff-action@v3
3133
- name: Run the tests
3234
run: pytest --cov --cov-report=json:coverage.json tests/

0 commit comments

Comments
 (0)