Skip to content

Commit

Permalink
MPI install for PR check.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Oct 24, 2023
1 parent f431b45 commit 5a0c163
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ jobs:
steps:
# Check out the code from GitHub
- uses: actions/checkout@v4
# - uses: mpi4py/setup-mpi@v1

# MPI setup
- name: Setup MPI
- uses: mpi4py/setup-mpi@v1
with:
mpi: 'openmpi'

# Install system dependencies
- name: Install System Dependencies
Expand Down

0 comments on commit 5a0c163

Please sign in to comment.