From c3aaac67e74dc22c051b0e7fb404cb3d0bcb9181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Tue, 29 Sep 2020 17:45:07 -0500 Subject: [PATCH] Do not run tests in parallel on GIthub CI to try and avoid OOM situation --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25e262d0..bcf5fc62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,10 @@ jobs: sudo apt-get update sudo apt-get install openmpi-bin libopenmpi-dev CONDA_ENVIRONMENT=.test-conda-env-py3.yml + + # https://github.com/inducer/grudge/pull/19 + CISUPPORT_PARALLEL_PYTEST=no + curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh . ./build-and-test-py-project-within-miniconda.sh -- GitLab