Disable metal for ci test builds

This commit is contained in:
Andrei Betlen 2023-09-12 16:50:14 -04:00
parent 1910793f56
commit 5458427e4c

View file

@ -73,7 +73,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install .[all] -v
CMAKE_ARGS="LLAMA_METAL=OFF" python3 -m pip install .[all] -v
- name: Test with pytest
run: |
python3 -m pytest