From eb5e18abb01bafa498c4386a2273dc178ba62a3c Mon Sep 17 00:00:00 2001 From: John Omotani Date: Wed, 18 Sep 2024 21:10:40 +0100 Subject: [PATCH] Remove mpi4py setup in parallel CI jobs Don't think it should cause a problem, but is unneeded now that we use OpenMPI from the Julia package manager for the CI jobs, and maybe there is some conflict that is causing intermittent failures in the parallel tests. --- .github/workflows/debug_checks.yml | 3 --- .github/workflows/parallel_test.yml | 6 ------ 2 files changed, 9 deletions(-) diff --git a/.github/workflows/debug_checks.yml b/.github/workflows/debug_checks.yml index bc534eb24..7cb78a9d0 100644 --- a/.github/workflows/debug_checks.yml +++ b/.github/workflows/debug_checks.yml @@ -15,9 +15,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: mpi4py/setup-mpi@v1 - with: - mpi: 'openmpi' - uses: julia-actions/setup-julia@latest with: version: '1.10' diff --git a/.github/workflows/parallel_test.yml b/.github/workflows/parallel_test.yml index 405c5777e..8ce2ed470 100644 --- a/.github/workflows/parallel_test.yml +++ b/.github/workflows/parallel_test.yml @@ -14,9 +14,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: mpi4py/setup-mpi@v1 - with: - mpi: 'openmpi' - uses: julia-actions/setup-julia@latest with: version: '1.10' @@ -47,9 +44,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: mpi4py/setup-mpi@v1 - with: - mpi: 'openmpi' - uses: julia-actions/setup-julia@latest with: version: '1.10'