From 500259ceadb1eeb382be74194f2db491028ba9fd Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Sat, 26 Jan 2019 18:10:05 -0600 Subject: [PATCH] Install more packages --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9aeee7ee..c0eaf0b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -255,7 +255,7 @@ # Pylint: script: - - EXTRA_INSTALL="pybind11 numpy mako matplotlib" + - EXTRA_INSTALL="pybind11 numpy mako matplotlib PyOpenGl IPython" - 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 @@ -270,7 +270,7 @@ Pylint: Documentation: script: - - EXTRA_INSTALL="pybind11 numpy mako" + - EXTRA_INSTALL="pybind11 numpy mako matplotlib" - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-docs.sh - ". ./build-docs.sh" tags: -- GitLab