We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a8a06 commit 871eb12Copy full SHA for 871eb12
.ci/install-downstream.sh
@@ -23,10 +23,9 @@ export PYTEST_ADDOPTS="-k 'not (slowtest or octave or mpi)'"
23
24
if [[ "$DOWNSTREAM_PROJECT" = "mirgecom" ]]; then
25
# can't turn off MPI in mirgecom
26
- sudo apt-get update
27
- sudo apt-get install openmpi-bin libopenmpi-dev
28
export CONDA_ENVIRONMENT=conda-env.yml
29
export CISUPPORT_PARALLEL_PYTEST=no
+ echo "- mpi4py" >> "$CONDA_ENVIRONMENT"
30
else
31
sed -i "/mpi4py/ d" requirements.txt
32
fi
0 commit comments