Skip to content

Commit 56e6aaf

Browse files
committed
Log Ollama version during CI
We had CI-only problems with the tfs_z=0 test files. Log the installed Ollama version to help locate differences between dev environment and CI run.
1 parent 757f260 commit 56e6aaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
# This endpoint blocks until ready
2222
time curl -i http://localhost:11434
2323
24+
# For debugging, record Ollama version
25+
ollama --version
26+
2427
- name: Pull mistral model
2528
run: |
2629
ollama pull mistral

0 commit comments

Comments
 (0)