| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -73,7 +73,7 @@ jobs: | |||
| 73 | 73 | - name: Install dependencies | |
| 74 | 74 | run: | | |
| 75 | 75 | python3 -m pip install --upgrade pip | |
| 76 | - CMAKE_ARGS="LLAMA_METAL=OFF" python3 -m pip install .[all] -v | ||
| 76 | + CMAKE_ARGS="-DLLAMA_METAL=OFF" python3 -m pip install .[all] -v | ||
| 77 | 77 | - name: Test with pytest | |
| 78 | 78 | run: | | |
| 79 | 79 | python3 -m pytest | |
| Back | FazBrowse Home | New Git URL |
0 commit comments