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 02f9db5 commit 5b1d6a8Copy full SHA for 5b1d6a8
1 file changed
config.sh
@@ -147,6 +147,8 @@ function run_tests {
147
python3 -m pip install numpy==1.20.3
148
elif [[ "$MB_PYTHON_VERSION" == 3.10 ]] && [[ $(uname -m) == "i686" ]]; then
149
python3 -m pip install numpy==1.21.4
150
+ elif [[ "$MB_PYTHON_VERSION" == 3.8 || "$MB_PYTHON_VERSION" == 3.9 ]] && [[ $(uname -m) == "i686" ]]; then
151
+ python3 -m pip install numpy==1.21.5
152
else
153
python3 -m pip install numpy
154
fi
0 commit comments