From d43a3fc46c86139275e19a839756399837b164d6 Mon Sep 17 00:00:00 2001 From: sfonxu Date: Mon, 4 Nov 2024 12:56:30 +0100 Subject: [PATCH] excluded python 3.12 for macos --- .github/workflows/tests+pypi.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index 0c987f9..9d5269a 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -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 @@ -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