Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1cd3f2c

Browse filesBrowse files
committed
fix(ci): gg
1 parent df05096 commit 1cd3f2c
Copy full SHA for 1cd3f2c

File tree

Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed

‎.github/workflows/test.yaml

Copy file name to clipboardExpand all lines: .github/workflows/test.yaml
+5-4Lines changed: 5 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.