From b462f0d193a0a1aa35b9f01d7baab34e39ccaeda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Thu, 12 Nov 2020 23:51:04 +0100 Subject: [PATCH] Specify matplotlib backend in Gitlab Conda CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11da6c74..a5dcf792 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,6 +75,8 @@ Python 3 POCL Firedrake Examples: Python 3 Conda: script: | CONDA_ENVIRONMENT=.test-conda-env-py3.yml + export MPLBACKEND=Agg + 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 tags: -- GitLab