From a103bf38f9d8e208c9363854f8d2dc84a28a57e4 Mon Sep 17 00:00:00 2001 From: Mauricio Matera Date: Sun, 7 Apr 2024 18:56:13 -0300 Subject: [PATCH] fix workflow --- .github/workflows/osx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 846e855..c26f685 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -26,8 +26,8 @@ jobs: run: | brew install llvm tesseract enchant mysql python -m pip install --upgrade pip - ls /usr/local/Cellar/ - LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite + # LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite + pip install llvmlite pip install pytest # Can comment out when next Mathics core and Mathics-scanner are released # python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]