Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsakkos committed Dec 24, 2024
1 parent bdd560e commit fb44914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
run: |
uv venv
uv pip install -e .
uv tool install pytest pytest-cov
uv tool install pytest
uv tool install pytest-cov
- name: Run tests with pytest and coverage
run: |
Expand Down

0 comments on commit fb44914

Please sign in to comment.