diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae2dbf3231..155bde9dc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,9 +50,7 @@ jobs: # MPI setup - name: Setup MPI - - uses: mpi4py/setup-mpi@v1 - with: - mpi: 'openmpi' + - uses: mpi4py/setup-mpi@v1 "openmpi" # Install system dependencies - name: Install System Dependencies