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 6ecb1c9 commit 5324198
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
uses: actions/setup-python@v2
with:
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 dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5324198

Please sign in to comment.