Skip to content

Commit f2024d4

Browse files
committed
Remove use of mpi GHA step
1 parent 14ebcb9 commit f2024d4

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/test_branches.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test_pr_and_main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)