Skip to content

Commit

Permalink
Merge pull request #1000 from Libensemble/testing/fix_macos_actions
Browse files Browse the repository at this point in the history
lock macos mpich version to previous, use Popens in context just-in-case
  • Loading branch information
jlnav committed Apr 26, 2023
2 parents 3e36925 + b80b06e commit 19349da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
include:
- os: macos-latest
python-version: 3.9
mpi-version: "mpich"
mpi-version: "mpich=4.0.3"
comms-type: m
- os: macos-latest
python-version: 3.9
mpi-version: "mpich"
mpi-version: "mpich=4.0.3"
comms-type: l
- os: ubuntu-latest
python-version: "3.10"
Expand Down

0 comments on commit 19349da

Please sign in to comment.