Skip to content
Snippets Groups Projects
Commit 50867bf0 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

Mirgecom downstream CI: Use mpi4py from conda

parent bc521dea
No related branches found
No related tags found
No related merge requests found
Pipeline #247065 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment