Skip to content

Commit

Permalink
TEMPORARY FIX: Pin to mpi4py 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Apr 16, 2024
1 parent fa5d0b6 commit 747da89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
skip_doctest: 1
TARGET: linux
PYENV: conda
PACKAGES: mpi4py
PACKAGES: mpi4py==3.1.5

- os: ubuntu-latest
python: '3.10'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
skip_doctest: 1
TARGET: linux
PYENV: conda
PACKAGES: mpi4py
PACKAGES: mpi4py==3.1.5

- os: ubuntu-latest
python: '3.11'
Expand Down

0 comments on commit 747da89

Please sign in to comment.