Skip to content

Commit 5465acf

Browse files
authored
Merge pull request #13 from grafana/ci-uv-use-locked-flag
ci: use --locked flag in uv sync in CI
2 parents 23a71cf + a9b6eef commit 5465acf

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
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939

4040
- name: Install the project
41-
run: uv sync --all-extras --all-groups
41+
run: uv sync --all-extras --all-groups --locked
4242

4343
- name: Run ruff
4444
run: uv run ruff check .

0 commit comments

Comments
 (0)