diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bc07d2..a7d3db0 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/tools/setup_ci.sh b/tools/setup_ci.sh index d43c584..3ffc78a 100755 --- a/tools/setup_ci.sh +++ b/tools/setup_ci.sh @@ -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