From 04a0c7c78416f4b0abf8e7a4e731074d977d3b91 Mon Sep 17 00:00:00 2001 From: Yngve Levinsen <yngve.levinsen@ess.eu> Date: Wed, 19 Aug 2020 16:11:21 +0200 Subject: [PATCH] yes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d482f97..5b9552b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ pages: stage: deploy script: - apt update - - apt install git + - apt install git -y - pip install sphinx sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder sphinx_rtd_theme numpy - pip install git+https://github.com/crossnox/m2r - python setup.py install -- GitLab