Skip to content

Commit 0090452

Browse files
committed
debug
1 parent 6059b2a commit 0090452

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test-python.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ jobs:
3030
with:
3131
enable-cache: true
3232
python-version: "3.10"
33+
34+
- name: Make sure the lock file is up to date
35+
run: |
36+
uv lock
3337
- name: Install just
3438
run: uv tool install rust-just
3539
- name: Install Python dependencies
3640
run: |
3741
just install
3842
39-
- name: Make sure the lock file is up to date
40-
run: |
41-
uv lock --no-cache
4243
- name: Run linters
4344
run: |
4445
just lint-manual

0 commit comments

Comments
 (0)