Skip to content

Commit 3c2a211

Browse files
committed
fix: frozen uv lock in ci
1 parent 95299af commit 3c2a211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
enable-cache: true
2525

2626
- name: Install dependencies
27-
run: uv sync --locked
27+
run: uv sync --frozen
2828

2929
- name: Build package
3030
run: uv build

0 commit comments

Comments
 (0)