Skip to content

Commit

Permalink
added brew install openmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 12, 2024
1 parent 7ab4316 commit d8a269a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
sudo apt-get update
sudo apt-get install libopenmpi-dev openmpi-bin
fi;
- name: Install ubuntu dependencies
shell: bash -el {0}
run: |
if [ "${{ matrix.os }}" == "macos-latest" ]; then
brew install open-mpi
fi;
- name: Install dependencies
shell: bash -el {0}
run: |
Expand Down

0 comments on commit d8a269a

Please sign in to comment.