Skip to content

Commit 8929fc5

Browse files
committed
changed workflow
1 parent 5054cd9 commit 8929fc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
8686
- name: Update Rust
8787
run: rustup update
88+
- name: Install uv
89+
run: cargo install --locked uv
8890
- name: Download Llama
8991
working-directory: examples/llama
9092
run: uv run --script setup/setup.py

0 commit comments

Comments
 (0)