Commit 8c701bba authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Downstream CI: Only use sequential mirgecom runs on Github

parent cdd09a7b
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -728,7 +728,12 @@ function test_downstream()
  if [[ "$proj_name" = "mirgecom" ]]; then
      # can't turn off MPI in mirgecom
      export CONDA_ENVIRONMENT=conda-env.yml

      if [[ "$GITHUB_ACTIONS" != "" ]]; then
        # Github runners don't have a lot of RAM and tend to run out.
        export CISUPPORT_PARALLEL_PYTEST=no
      fi

      echo "- mpi4py" >> "$CONDA_ENVIRONMENT"
  else
      sed -i "/mpi4py/ d" requirements.txt