Skip to content

Commit

Permalink
ci: no install recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 9, 2023
1 parent 3bda57b commit 876295c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
shared: [true, false]
img: [ {os: ubuntu-latest, cmd: sudo apt update && sudo apt install libopenmpi-dev openmpi-bin},
img: [ {os: ubuntu-latest, cmd: sudo apt update && sudo apt install --no-install-recommends libopenmpi-dev openmpi-bin},
{os: macos-latest, cmd: brew install open-mpi}
]

Expand Down

0 comments on commit 876295c

Please sign in to comment.