Skip to content

Commit 3b4b08c

Browse files
authored
add uv sync to setup build env (#5366)
1 parent 8f48680 commit 3b4b08c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/setup_build_env/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ runs:
3434
prune-cache: false
3535
activate-environment: true
3636
cache-dependency-glob: "uv.lock"
37+
- name: Install Dependencies
38+
if: inputs.run-uv-sync == 'true'
39+
run: uv sync
40+
shell: bash

0 commit comments

Comments
 (0)