Skip to content

Commit

Permalink
Try conda install mpi4py
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-arvindekar committed Apr 8, 2024
1 parent f024181 commit bd08d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ conda config --remove channels defaults # get conda-forge, not main, packages
conda create --yes -q -n python${python_version} -c salilab -c conda-forge python=${python_version} ${pip} ${crypt} scipy matplotlib imp-nightly ${BOOST} gxx_linux-64 eigen cereal swig cmake
eval "$(conda shell.bash hook)"
conda activate python${python_version}
pip install mpi4py-mpich
conda install mpi4py
if [ ${python_version} = "2.7" ]; then
# pytest-flake8 1.1.0 tries to import contextlib.redirect_stdout, which
# isn't present in Python 2
Expand Down

0 comments on commit bd08d4d

Please sign in to comment.