We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470081a commit 69b9c4eCopy full SHA for 69b9c4e
.github/workflows/run-tests.yml
@@ -30,4 +30,4 @@ jobs:
30
uv pip install -r requirements.txt
31
32
- name: Run unit tests
33
- run: uv pip install pytest && uv python -m pytest tests/
+ run: uv python -m pytest tests/
0 commit comments