We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca4bde commit 178795cCopy full SHA for 178795c
1 file changed
.github/workflows/ci.yml
@@ -29,8 +29,8 @@ jobs:
29
30
- name: Run tests
31
run: |
32
- pytest
+ uv run pytest
33
34
- name: Lint with flake8
35
36
- flake8 .
+ uv run flake8 .
0 commit comments