From d0e03e47685fc0e9ced8637b0ac252aa8c4d4a15 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 18 Oct 2020 00:31:27 -0500 Subject: [PATCH] Install matplotlib in Gitlab examples CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 817f573..94ad826 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ Python 3: Python 3 Examples: script: - py_version=3 - - EXTRA_INSTALL="numpy scipy" + - EXTRA_INSTALL="numpy scipy matplotlib" - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-and-run-examples.sh - ". ./build-py-project-and-run-examples.sh" tags: -- GitLab