diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 246e1782a5..ae2dbf3231 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,8 @@ jobs: # Check out the code from GitHub - uses: actions/checkout@v4 - # MPI setup - - name: Setup MPI + # MPI setup + - name: Setup MPI - uses: mpi4py/setup-mpi@v1 with: mpi: 'openmpi'