We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33216ab + 0838a7d commit f44b6deCopy full SHA for f44b6de
1 file changed
.github/workflows/ci-build.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
32
33
- name: Install packages
34
- run: uv sync --frozen
+ run: uv sync --locked
35
36
- name: Check formatting
37
run: |
0 commit comments