Skip to content

Commit bfa751c

Browse files
committed
Pull required ollama model in CI
1 parent e7a7d42 commit bfa751c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ jobs:
6969
7070
- name: Run Gradio app tests
7171
run: |
72+
# Set up Ollama backend
7273
curl -fsSL https://ollama.com/install.sh | sh
74+
ollama pull smollm2:135m
75+
# Run the Gradio tests against Ollama
7376
./test-images.sh $(git rev-parse --short ${{ github.sha }})
7477
working-directory: web-apps
7578

0 commit comments

Comments
 (0)