Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Nov 7, 2023
1 parent c941e33 commit bff1311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
- name: Install apt dependencies
run: |
sudo apt update
# Install `libopenmpi` for MPI
sudo apt install openmpi-bin libopenmpi-dev
# Install `libhdf5` for `morphio`
sudo apt install libhdf5-dev
- name: Install dependencies & self
run: |
Expand Down

0 comments on commit bff1311

Please sign in to comment.