Skip to content

Commit 4251c96

Browse files
committed
Give ollama systemd unit time to start
1 parent bfa751c commit 4251c96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
run: |
7272
# Set up Ollama backend
7373
curl -fsSL https://ollama.com/install.sh | sh
74+
# Give ollama systemd unit time to start
75+
sleep 5
7476
ollama pull smollm2:135m
7577
# Run the Gradio tests against Ollama
7678
./test-images.sh $(git rev-parse --short ${{ github.sha }})

0 commit comments

Comments
 (0)