We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9e677 commit bd81a3dCopy full SHA for bd81a3d
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
uv build --sdist
34
- name: Test lock
35
- run: UV_FROZEN="" uv lock --check
+ run: UV_FROZEN=false uv lock --check
36
- name: Run Tests
37
38
uv run spirit startproject test_project
0 commit comments