File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -226,12 +226,6 @@ jobs:
226226 echo "SETUPTOOLS_USE_DISTUTILS=local" >> $GITHUB_ENV
227227 choco install pkgconfiglite
228228
229- - name : Install system MPI
230- if : ${{ matrix.mpi != 0 && matrix.category != 'notests' }}
231- uses : mpi4py/setup-mpi@v1
232- with :
233- mpi : openmpi
234-
235229 - name : Set up Python ${{ matrix.python }}
236230 if : matrix.PYENV == 'pip'
237231 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -278,12 +278,6 @@ jobs:
278278 echo "SETUPTOOLS_USE_DISTUTILS=local" >> $GITHUB_ENV
279279 choco install pkgconfiglite
280280
281- - name : Install system MPI
282- if : ${{ matrix.mpi != 0 && matrix.category != 'notests' }}
283- uses : mpi4py/setup-mpi@v1
284- with :
285- mpi : openmpi
286-
287281 - name : Set up Python ${{ matrix.python }}
288282 if : matrix.PYENV == 'pip'
289283 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments