We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5054cd9 commit 8929fc5Copy full SHA for 8929fc5
.github/workflows/test.yml
@@ -85,6 +85,8 @@ jobs:
85
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
86
- name: Update Rust
87
run: rustup update
88
+ - name: Install uv
89
+ run: cargo install --locked uv
90
- name: Download Llama
91
working-directory: examples/llama
92
run: uv run --script setup/setup.py
0 commit comments