From 5458427e4c9f564dc0378cc305f45c8e4dbc4429 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Tue, 12 Sep 2023 16:50:14 -0400 Subject: [PATCH] Disable metal for ci test builds --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ab936c5..bd2513c 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 - 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 \ No newline at end of file