Skip to content

Commit 1cd3f2c

Browse files
committed
fix(ci): gg
1 parent df05096 commit 1cd3f2c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
with:
111111
python-version: ${{ matrix.python-version }}
112112
cache: 'pip'
113+
architecture: "arm64"
113114

114115
- name: System Info
115116
run: |
@@ -137,7 +138,7 @@ jobs:
137138
138139
build-macos-metal:
139140
needs: download-model
140-
runs-on: macos-14
141+
runs-on: macos-13
141142
steps:
142143
- uses: actions/checkout@v4
143144
with:
@@ -163,10 +164,10 @@ jobs:
163164

164165
- name: Install dependencies
165166
run: |
166-
python -m pip install --upgrade pip
167-
CMAKE_ARGS="-DLLAMA_METAL=on" python -m pip install .[all] --verbose
167+
python3 -m pip install --upgrade pip
168+
CMAKE_ARGS="-DLLAMA_METAL=on" python3 -m pip install .[all] --verbose
168169
shell: bash
169170

170171
- name: Test with pytest
171172
run: |
172-
python -m pytest
173+
python3 -m pytest

0 commit comments

Comments
 (0)