Skip to content

Commit 5c64c75

Browse files
inducerkaushikcfd
authored andcommitted
Mirgecom downstream CI: Use mpi4py from conda
1 parent 8428ca6 commit 5c64c75

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,16 @@ jobs:
148148
149149
if test "$DOWNSTREAM_PROJECT" = "mirgecom"; then
150150
# can't turn off MPI in mirgecom
151-
sudo apt-get update
152-
sudo apt-get install openmpi-bin libopenmpi-dev
153151
export CONDA_ENVIRONMENT=conda-env.yml
154152
export CISUPPORT_PARALLEL_PYTEST=no
153+
echo "- mpi4py" >> "$CONDA_ENVIRONMENT"
155154
else
156155
sed -i "/mpi4py/ d" requirements.txt
157156
fi
158157
159158
build_py_project_in_conda_env
160159
test_py_project
161-
160+
162161
if [[ "$DOWNSTREAM_PROJECT" = "meshmode" ]]; then
163162
python ../examples/simple-dg.py --lazy
164163
fi

0 commit comments

Comments
 (0)