Skip to content

Commit

Permalink
add mpich to the ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AymenFJA committed Oct 30, 2023
1 parent 6b0bc67 commit 7d3eeac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
# this is to make the workqueue binary installer happy
sudo apt-get install -y libpython3.5
# mpi is required by the radical executor
sudo apt install -y mpich
- name: make deps clean_coverage
run: |
make deps
Expand Down

0 comments on commit 7d3eeac

Please sign in to comment.