From 08ca2ed2b233440eb37f0ae81e5815ca4707cd36 Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <f.sauerburger@cern.ch> Date: Tue, 19 Nov 2019 06:12:24 +0100 Subject: [PATCH] Install jupyter in notebook CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4738cc6..357971f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,7 @@ build:examples: script: - python setup.py install - cd examples + - pip install jupyter - jupyter-nbconvert --execute --to html *.ipynb artifacts: paths: -- GitLab