From 98d495600d07981af1180b24ab3f725d5f56dfac Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Tue, 8 Feb 2022 08:59:43 -0600 Subject: [PATCH] Revert "Work around mpi4py installation issues from setuptools vendoring distutils (#585)" This reverts commit 6ae28905dbb9d073a9f778111d12b10e474fe799. The underlying setuptools bug has been fixed: /~https://github.com/pypa/setuptools/pull/2987 --- .ci-support/install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.ci-support/install.sh b/.ci-support/install.sh index 801fc3955..85d74068f 100644 --- a/.ci-support/install.sh +++ b/.ci-support/install.sh @@ -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