Skip to content

Commit 0158cd8

Browse files
committed
try with uv lock directly
1 parent 3163b59 commit 0158cd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Install Python dependencies
3636
run: |
3737
just install
38+
39+
- name: Make sure the lock file is up to date
40+
run: uv lock
3841
- name: Run linters
3942
run: |
4043
just lint-manual

0 commit comments

Comments
 (0)