Skip to content
Snippets Groups Projects
Unverified Commit c3aaac67 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

Do not run tests in parallel on GIthub CI to try and avoid OOM situation

parent 94dd044a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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