diff --git a/tests/build_pip.sh b/tests/build_pip.sh index f2e8a58b..35766960 100755 --- a/tests/build_pip.sh +++ b/tests/build_pip.sh @@ -12,7 +12,8 @@ for pyversion in 312 do export PYDIR="/opt/python/cp${pyversion}-cp${pyversion}/bin" echo $PYDIR - $PYDIR/pip install -U pytest-check numpy wheel scikit-build pybind11-stubgen mpi4py + $PYDIR/pip install -U pytest-check numpy wheel scikit-build pybind11-stubgen + $PYDIR/pip install -i https://pypi.anaconda.org/mpi4py/simple/ --pre mpi4py rm -rf _skbuild NETGEN_ARCH=avx2 $PYDIR/pip wheel .