We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e68982 commit d26b1e4Copy full SHA for d26b1e4
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
run: pip install uv
29
30
- name: Install dependencies
31
- run: uv sync
+ run: uv add pytest
32
33
- name: Run pytest
34
run: uv run pytest --maxfail=1 --disable-warnings -q
0 commit comments