Skip to content

Commit

Permalink
Merge branch 'gitlab-ci-mpl-backend' into 'master'
Browse files Browse the repository at this point in the history
Specify matplotlib backend in Gitlab Conda CI

See merge request inducer/meshmode!101
  • Loading branch information
inducer committed Nov 12, 2020
2 parents 0457463 + b462f0d commit c6a1b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c6a1b59

Please sign in to comment.