We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5962c2e commit c82483eCopy full SHA for c82483e
.github/workflows/macos-install.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-brew install libtiff libjpeg openjpeg libimagequant webp little-cms2 freetype
+brew install libtiff libjpeg openjpeg libimagequant webp little-cms2 freetype openblas
6
7
PYTHONOPTIMIZE=0 pip install cffi
8
pip install coverage
@@ -11,6 +11,8 @@ pip install -U pytest
11
pip install -U pytest-cov
12
pip install pyroma
13
pip install test-image-results
14
+
15
+echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
16
pip install numpy
17
18
# extra test images
0 commit comments