8000 fix(ci): Explicitly install arm64 python version · surtweig/llama-cpp-python@9d06e36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d06e36

Browse files
committed
fix(ci): Explicitly install arm64 python version
1 parent 7ba257e commit 9d06e36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
uses: actions/setup-python@v5
127127
with:
128128
python-version: ${{ matrix.python-version }}
129+
architecture: "arm64"
129130
cache: 'pip'
130131

131132
- name: Restore model cache
@@ -166,6 +167,7 @@ jobs:
166167
uses: actions/setup-python@v5
167168
with:
168169
python-version: "3.9"
170+
architecture: "arm64"
169171

170172
- name: Restore model cache
171173
uses: actions/cache@v4

0 commit comments

Comments
 (0)
0