File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments