This commit is contained in:
Andrei Betlen 2023-09-12 16:55:52 -04:00
parent 5458427e4c
commit b053cf7b50

View file

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