From e96e262c7e9c2f3648e6bea429bda72257ada17f Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Thu, 24 Jan 2019 18:05:10 -0600 Subject: [PATCH] Install matplotlib --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71c43279..9aeee7ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -255,7 +255,7 @@ # Pylint: script: - - EXTRA_INSTALL="pybind11 numpy mako" + - EXTRA_INSTALL="pybind11 numpy mako matplotlib" - py_version=3.6 # After installation, PyOpenCL cannot be used from the source directory due # to package shadowing. To work around this, build in editable mode so there -- GitLab