From 50867bf02179bc6d8a50e89636c175e550bdbd31 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 26 Dec 2021 17:34:12 +0100
Subject: [PATCH] Mirgecom downstream CI: Use mpi4py from conda

---
 .github/workflows/ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f285627f..30224593 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -113,10 +113,8 @@ jobs:
                 export PYTEST_ADDOPTS="-k 'not (slowtest or octave or mpi)'"
                 if test "$DOWNSTREAM_PROJECT" = "mirgecom"; then
                     # can't turn off MPI in mirgecom
-                    sudo apt-get update
-                    sudo apt-get install openmpi-bin libopenmpi-dev
                     export CONDA_ENVIRONMENT=conda-env.yml
-                    export CISUPPORT_PARALLEL_PYTEST=no
+                    echo "- mpi4py" >> "$CONDA_ENVIRONMENT"
                 else
                     sed -i "/mpi4py/ d" requirements.txt
                 fi
-- 
GitLab