We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uv run
--frozen
1 parent 7259ca2 commit b927205Copy full SHA for b927205
1 file changed
.github/workflows/ci.yml
@@ -42,4 +42,4 @@ jobs:
42
43
- name: Run tests
44
run: |
45
- uv run pytest -vv
+ uv run --frozen pytest -vv
0 commit comments