Skip to content

Commit fec39b1

Browse files
committed
Don't cache ollama
1 parent 3905db1 commit fec39b1

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

.github/workflows/run-examples-prep.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747
echo "update_results=$value" >> $GITHUB_ENV
4848
4949
# Set up Ollama
50-
- name: Cache Ollama model files
51-
if: ${{ env.early-stop == 'false' }}
52-
uses: actions/cache@v4
53-
with:
54-
path: /usr/share/ollama/.ollama/models
55-
key: ${{ runner.os }}-build-ollama-cache
56-
restore-keys: |
57-
${{ runner.os }}-build-
58-
${{ runner.os }}
50+
# - name: Cache Ollama model files
51+
# if: ${{ env.early-stop == 'false' }}
52+
# uses: actions/cache@v4
53+
# with:
54+
# path: /usr/share/ollama/.ollama/models
55+
# key: ${{ runner.os }}-build-ollama-cache
56+
# restore-keys: |
57+
# ${{ runner.os }}-build-
58+
# ${{ runner.os }}
5959
- uses: ./.github/actions/ollama
6060
if: ${{ env.early-stop == 'false' }}
6161

tests/test_examples_run.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
update_results: false
2-
check:
3-
- examples/chatbot/chatbot.pdl
4-
- examples/demo/9-react.pdl
5-
- examples/react/demo.pdl
1+
update_results: true
2+
check: []
63
skip:
74
- examples/cldk/cldk-assistant.pdl
85
- examples/gsm8k/gsm8.pdl

0 commit comments

Comments
 (0)