Skip to content

Commit ee84b4f

Browse files
committed
changed workflow
1 parent 1c33a35 commit ee84b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Update Rust
8787
run: rustup update
8888
- name: Install uv
89-
run: cargo install --locked uv
89+
run: curl -LsSf https://astral.sh/uv/install.sh | sh
9090
- name: Download Llama
9191
working-directory: examples/llama
9292
run: uv run --script setup/setup.py

0 commit comments

Comments
 (0)