Skip to content

Commit 58e2ecd

Browse files
committed
test: update github action rust interpreter test to remove ollama pull
This will force a test of the built-in rust-based pull logic. Signed-off-by: Nick Mitchell <[email protected]>
1 parent dcf4e9b commit 58e2ecd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rust-interpreter.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ jobs:
3030
npm ci & sudo apt update && sudo apt install -y libgtk-3-dev libwebkit2gtk-4.1-dev librsvg2-dev patchelf at-spi2-core &
3131
(curl -fsSL https://ollama.com/install.sh | sudo -E sh && sleep 2)
3232
wait
33-
# todo: do this in rust
34-
ollama pull granite3.2:2b
3533
- name: Run interpreter tests
3634
run: npm run test:interpreter

0 commit comments

Comments
 (0)