From 43bae2b101b3000c49a5385162aa4022aa6c651c Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 18 Sep 2023 22:31:50 +1000 Subject: [PATCH] Fixed openblas detection on macOS --- .github/workflows/macos-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos-install.sh b/.github/workflows/macos-install.sh index dfd7d0553..a20838a15 100755 --- a/.github/workflows/macos-install.sh +++ b/.github/workflows/macos-install.sh @@ -3,6 +3,7 @@ set -e brew install libtiff libjpeg openjpeg libimagequant webp little-cms2 freetype libraqm +export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig" PYTHONOPTIMIZE=0 python3 -m pip install cffi python3 -m pip install coverage