Skip to content

Commit d8c2d3b

Browse files
authored
Update system.yml
1 parent 8b7f44d commit d8c2d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build docker images
2424
run: uv run commit0 build simpy
2525
- name: Set up git user
26-
run: sudo -E uv run commit0 setup-git-user simpy
26+
run: sudo "$(which uv)" run commit0 setup-git-user simpy
2727
- name: Get tests
2828
run: uv run commit0 get-tests simpy
2929
- name: Test

0 commit comments

Comments
 (0)