Skip to content

Commit a9b6eef

Browse files
committed
ci: use --locked flag in uv sync in CI
This makes sure the lock file is up-to-date.
1 parent 4322641 commit a9b6eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version-file: "pyproject.toml"
3535

3636
- name: Install the project
37-
run: uv sync --all-extras --all-groups
37+
run: uv sync --all-extras --all-groups --locked
3838

3939
- name: Run ruff
4040
run: uv run ruff check .

0 commit comments

Comments
 (0)