We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9190048 commit 89c0280Copy full SHA for 89c0280
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
./setup.sh
23
24
- name: Run pre-commit
25
- run: pre-commit run --all-files
+ run: uvx pre-commit run --all-files
26
27
- name: Run pytest
28
- run: pytest
+ run: uvx pytest
0 commit comments