Skip to content

Commit

Permalink
excluded python 3.12 for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Sfonxu committed Nov 4, 2024
1 parent 9f3d2cb commit d43a3fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
# as of time of writing, mpi4py/setup-mpi does not support it
- platform: macos-12
mpi: intelmpi

- platform: macos-12
python-version: "3.12"
# issues with: *** The MPI_Comm_rank() function was called before MPI_INIT was invoked.
- platform: ubuntu-latest
mpi: intelmpi
Expand Down Expand Up @@ -163,6 +164,8 @@ jobs:
# as of time of writing, mpi4py/setup-mpi does not support it
- platform: macos-12
mpi: intelmpi
- platform: macos-12
python-version: "3.12"

# issues with: *** The MPI_Comm_rank() function was called before MPI_INIT was invoked.
- platform: ubuntu-latest
Expand Down

0 comments on commit d43a3fc

Please sign in to comment.