This repository was archived by the owner on Oct 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ function run_tests_in_repo {
140140EXP_CODECS=" jpg jpg_2000"
141141EXP_CODECS=" $EXP_CODECS libtiff zlib"
142142EXP_MODULES=" freetype2 littlecms2 pil tkinter webp"
143- if [ -z " $IS_MACOS " ] && [ -z " $IS_ALPINE " ] && [ [ " $MB_PYTHON_VERSION " != pypy3* ]] && [[ " $MACHTYPE " != aarch64* ]]; then
143+ if [ -z " $IS_MACOS " ] && [[ " $MB_PYTHON_VERSION " != pypy3* ]] && [[ " $MACHTYPE " != aarch64* ]]; then
144144 EXP_FEATURES=" fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux xcb"
145145else
146146 # can't find FriBiDi
@@ -151,6 +151,8 @@ function run_tests {
151151 if [ -n " $IS_MACOS " ]; then
152152 brew install openblas
153153 echo -e " [openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~ /.numpy-site.cfg
154+ elif [ -n " $IS_ALPINE " ]; then
155+ apk add fribidi
154156 fi
155157 if [[ " $MB_PYTHON_VERSION " == pypy3.* || " $MB_PYTHON_VERSION " == 3.10 ]] && [[ $( uname -m) == " i686" ]]; then
156158 python3 -m pip install numpy==1.21.4
You can’t perform that action at this time.
0 commit comments