Skip to content

Commit bd81a3d

Browse files
committed
wip
1 parent ff9e677 commit bd81a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
uv build --sdist
3434
- name: Test lock
35-
run: UV_FROZEN="" uv lock --check
35+
run: UV_FROZEN=false uv lock --check
3636
- name: Run Tests
3737
run: |
3838
uv run spirit startproject test_project

0 commit comments

Comments
 (0)