Skip to content

Commit c82483e

Browse files
committed
Install NumPy with OpenBLAS
1 parent 5962c2e commit c82483e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/macos-install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
brew install libtiff libjpeg openjpeg libimagequant webp little-cms2 freetype
5+
brew install libtiff libjpeg openjpeg libimagequant webp little-cms2 freetype openblas
66

77
PYTHONOPTIMIZE=0 pip install cffi
88
pip install coverage
@@ -11,6 +11,8 @@ pip install -U pytest
1111
pip install -U pytest-cov
1212
pip install pyroma
1313
pip install test-image-results
14+
15+
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
1416
pip install numpy
1517

1618
# extra test images

0 commit comments

Comments
 (0)