Skip to content

Commit

Permalink
fixed mpi4py issue
Browse files Browse the repository at this point in the history
  • Loading branch information
technocreep committed Oct 22, 2024
1 parent 5324198 commit 42a870f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
python-version: ${{ matrix.python-version }}
# if OS == linux do the following
if: runner.os == 'Linux'
- name: Install Pre-Dependencies
run: apt install libopenmpi-dev
- name: Install OpenMPI
run: |
sudo apt-get update
sudo apt-get install -y openmpi-bin openmpi-common libopenmpi-dev
- name: Install dependencies
run: |
Expand Down

0 comments on commit 42a870f

Please sign in to comment.