Skip to content

Commit

Permalink
ci: remove mpi4py install from gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang committed Nov 21, 2024
1 parent 6cdfd10 commit 1a11b12
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/unix_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,9 @@
- name: Install Python dependencies
shell: bash -el {0}
run: |
python -m pip install --upgrade pip
if [ ${{ matrix.os }} == 'macos-latest' ]; then
python -m pip install --upgrade pip
conda install --yes -c conda-forge mpi4py openmpi
elif [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
python -m pip install --upgrade pip
python -m pip install mpi4py
conda install --yes -c conda-forge openmpi
fi
- name: Install HNN-core
shell: bash -el {0}
Expand Down

0 comments on commit 1a11b12

Please sign in to comment.