Skip to content

Commit c369c62

Browse files
committed
ci: Ensure lockfile is up-to-date
1 parent 4791e55 commit c369c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version: "0.5.x"
2121
- name: Install dependencies
2222
run: |
23-
uv sync
23+
uv sync --locked
2424
uv pip install pytest-github-actions-annotate-failures
2525
- run: uv run robotpy coverage test
2626
- run: uv run coverage xml

0 commit comments

Comments
 (0)