We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028e6e8 commit ab3bb46Copy full SHA for ab3bb46
.github/workflows/github-actions.yml
@@ -25,5 +25,5 @@ jobs:
25
working-directory: my_project
26
run: |
27
uv venv
28
- uv run -m pytest
+ uv run pytest
29
0 commit comments