Skip to content

Commit

Permalink
Use uv run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 22, 2024
1 parent 5cfcdd0 commit b3d2854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
uv pip install pytest pytest-cov pytest-mock pytest-asyncio
uv pip install daemonocle click pytest-click
pytest
uv run pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit b3d2854

Please sign in to comment.