Skip to content

Commit 43bae2b

Browse files
committed
Fixed openblas detection on macOS
1 parent 390e4a7 commit 43bae2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/macos-install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -e
44

55
brew install libtiff libjpeg openjpeg libimagequant webp little-cms2 freetype libraqm
6+
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"
67

78
PYTHONOPTIMIZE=0 python3 -m pip install cffi
89
python3 -m pip install coverage

0 commit comments

Comments
 (0)