From b053cf7b5013a2aa6296efb852e81c8840bfb0be Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Tue, 12 Sep 2023 16:55:52 -0400 Subject: [PATCH] Fix typo --- .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 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