Skip to content

Commit

Permalink
Make build similar to pmi
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-arvindekar committed Apr 8, 2024
1 parent f6839f1 commit 90ee897
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: |
tools/setup_ci.sh ${{ matrix.python-version }}
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
source ${CONDA_PREFIX}/etc/conda/activate.d/activate-gcc_linux-64.sh
Expand Down

0 comments on commit 90ee897

Please sign in to comment.