Skip to content

Commit

Permalink
Install NumPy with OpenBLAS
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jun 21, 2020
1 parent 5962c2e commit c82483e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c82483e

Please sign in to comment.