Skip to content

Commit f44b6de

Browse files
authored
Merge pull request #171 from cantabular/use-locked-uv-sync-in-ci
Change uv sync command to use --locked option
2 parents 33216ab + 0838a7d commit f44b6de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
3232

3333
- name: Install packages
34-
run: uv sync --frozen
34+
run: uv sync --locked
3535

3636
- name: Check formatting
3737
run: |

0 commit comments

Comments
 (0)