Skip to content

Commit 871eb12

Browse files
committed
Mirgecom downstream CI: Use mpi4py from conda
1 parent a7a8a06 commit 871eb12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ci/install-downstream.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ export PYTEST_ADDOPTS="-k 'not (slowtest or octave or mpi)'"
2323

2424
if [[ "$DOWNSTREAM_PROJECT" = "mirgecom" ]]; then
2525
# can't turn off MPI in mirgecom
26-
sudo apt-get update
27-
sudo apt-get install openmpi-bin libopenmpi-dev
2826
export CONDA_ENVIRONMENT=conda-env.yml
2927
export CISUPPORT_PARALLEL_PYTEST=no
28+
echo "- mpi4py" >> "$CONDA_ENVIRONMENT"
3029
else
3130
sed -i "/mpi4py/ d" requirements.txt
3231
fi

0 commit comments

Comments
 (0)