Skip to content

Commit

Permalink
Revert "Work around mpi4py installation issues from setuptools vendor…
Browse files Browse the repository at this point in the history
…ing distutils (#585)" (#604)

This reverts commit 6ae2890.

The underlying setuptools bug has been fixed:
pypa/setuptools#2987
  • Loading branch information
matthiasdiener authored Feb 9, 2022
1 parent 277a9b2 commit dc79645
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .ci-support/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,5 @@ rm -rf $MINIFORGE_INSTALL_DIR/envs/testing/x86_64-conda-linux-gnu/sysroot

MINIFORGE_INSTALL_DIR=.miniforge3
. "$MINIFORGE_INSTALL_DIR/bin/activate" testing

# Workaround for https://github.com/mpi4py/mpi4py/issues/157
# Revisit this by Feb 2022
export SETUPTOOLS_USE_DISTUTILS=stdlib

pip install -r requirements.txt
python setup.py install

0 comments on commit dc79645

Please sign in to comment.