From aba7971b60ed07e9b2eb9975411376ec4d5a65ad Mon Sep 17 00:00:00 2001 From: sfonxu Date: Mon, 4 Nov 2024 13:44:20 +0100 Subject: [PATCH] fixed yaml formatting --- .github/workflows/tests+pypi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index 9d5269a..5b6633f 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -95,8 +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" + - 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 @@ -164,8 +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" + - platform: macos-12 + python-version: "3.12" # issues with: *** The MPI_Comm_rank() function was called before MPI_INIT was invoked. - platform: ubuntu-latest