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