We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8428ca6 commit 5c64c75Copy full SHA for 5c64c75
.github/workflows/ci.yml
@@ -148,17 +148,16 @@ jobs:
148
149
if test "$DOWNSTREAM_PROJECT" = "mirgecom"; then
150
# can't turn off MPI in mirgecom
151
- sudo apt-get update
152
- sudo apt-get install openmpi-bin libopenmpi-dev
153
export CONDA_ENVIRONMENT=conda-env.yml
154
export CISUPPORT_PARALLEL_PYTEST=no
+ echo "- mpi4py" >> "$CONDA_ENVIRONMENT"
155
else
156
sed -i "/mpi4py/ d" requirements.txt
157
fi
158
159
build_py_project_in_conda_env
160
test_py_project
161
-
+
162
if [[ "$DOWNSTREAM_PROJECT" = "meshmode" ]]; then
163
python ../examples/simple-dg.py --lazy
164
0 commit comments