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 7d74e7c commit 4737154Copy full SHA for 4737154
1 file changed
config.sh
@@ -162,7 +162,7 @@ function run_tests {
162
else
163
apt-get install libfribidi0
164
fi
165
- if [[ "$MB_PYTHON_VERSION" != 3.7 ]] && [[ $(uname -m) == "i686" ]]; then
+ if [[ $(uname -m) == "i686" ]]; then
166
python3 -m pip install numpy==1.21
167
elif [ -z "$IS_ALPINE" ]; then
168
python3 -m pip install numpy
0 commit comments