From c82483e35a37919df9700485aa752e8c5a38f28c Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 21 Jun 2020 17:03:15 +1000 Subject: [PATCH] Install NumPy with OpenBLAS --- .github/workflows/macos-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos-install.sh b/.github/workflows/macos-install.sh index 6cd9dadf3..76a3ef2b7 100755 --- a/.github/workflows/macos-install.sh +++ b/.github/workflows/macos-install.sh @@ -2,7 +2,7 @@ set -e -brew install libtiff libjpeg openjpeg libimagequant webp little-cms2 freetype +brew install libtiff libjpeg openjpeg libimagequant webp little-cms2 freetype openblas PYTHONOPTIMIZE=0 pip install cffi pip install coverage @@ -11,6 +11,8 @@ pip install -U pytest pip install -U pytest-cov pip install pyroma pip install test-image-results + +echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg pip install numpy # extra test images