Skip to content

Commit 5458427

Browse files
committed
Disable metal for ci test builds
1 parent 1910793 commit 5458427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install dependencies
7474
run: |
7575
python3 -m pip install --upgrade pip
76-
python3 -m pip install .[all] -v
76+
CMAKE_ARGS="LLAMA_METAL=OFF" python3 -m pip install .[all] -v
7777
- name: Test with pytest
7878
run: |
7979
python3 -m pytest

0 commit comments

Comments
 (0)