Skip to content

Commit

Permalink
Undo the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-arvindekar committed Apr 8, 2024
1 parent ca33f73 commit 1cd8be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
pip install -r requirements.txt
- name: Test
run: |
eval "$(conda shell.bash hook)"
conda activate python${{ matrix.python-version }}
rm -f ${CONDA_PREFIX}/lib/libimp_pmi.so* ${CONDA_PREFIX}/lib/_IMP_pmi.so
# Use same C/C++ compiler as conda
Expand Down
1 change: 1 addition & 0 deletions tools/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fi
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)"
echo "-------------> Came here...!!!"
conda activate python${python_version}
conda install mpi4py
if [ ${python_version} = "2.7" ]; then
Expand Down

0 comments on commit 1cd8be2

Please sign in to comment.