Skip to content

Commit 0608c0a

Browse files
committed
debug
1 parent 0158cd8 commit 0608c0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
just install
3838
3939
- name: Make sure the lock file is up to date
40-
run: uv lock
40+
run: |
41+
env
42+
uv lock
4143
- name: Run linters
4244
run: |
4345
just lint-manual

0 commit comments

Comments
 (0)