Do not install numpy for Python 3.10 on x86_64

This commit is contained in:
Andrew Murray 2021-08-15 20:02:08 +10:00
parent 198dd1ae66
commit 812155d68c

View File

@ -132,7 +132,7 @@ function run_tests {
else
python3 -m pip install numpy==1.20.3
fi
else
elif [[ "$MB_PYTHON_VERSION" != 3.10 ]] || [[ "$PLAT" != "x86_64" ]]; then
python3 -m pip install numpy
fi