diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bd2513c..b64cf1c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 \ No newline at end of file