From 3d4ccfdc1e007412d340a8a1991c89394f8fd561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20Friis-M=C3=B8ller?= <mikf@dtu.dk> Date: Tue, 23 Nov 2021 12:31:33 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26c382f..483bce6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,8 +38,13 @@ test_EDWIN_windows: pages: stage: deploy - script: - - pip install -e . + script: + - apt-get update + - apt-get -y install make + - pip install --upgrade pip + - pip install sphinx --upgrade + - pip install nbsphinx --upgrade + - pip install -e .[test] - cd docs; make html - cd ../; mv docs/build/html public/ artifacts: -- GitLab