Skip to content

Commit

Permalink
try running only with mpich
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Sep 25, 2023
1 parent 6791e44 commit 4a4d505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
strategy:
matrix:
rust-version: ["stable"]
mpi: ["mpich","openmpi"]
mpi: ["mpich"]
# mpi: ["mpich","openmpi"]
steps:
- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 4a4d505

Please sign in to comment.