Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlteredCoder committed Jan 12, 2025
1 parent 942eca7 commit 2f9ed63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: UV sync
run: uv sync
- name: Install pytest
run: uv tool install pytest
run: uv tool install pytest pytest-cov
- uses: astral-sh/ruff-action@v3
- name: Run the tests
run: pytest --cov --cov-report=json:coverage.json tests/
Expand Down

0 comments on commit 2f9ed63

Please sign in to comment.