From 8c879c0f0492ff4c4dfaee641f1ee546a5d2ab61 Mon Sep 17 00:00:00 2001 From: Clement Remi <remi.clement@irstea.fr> Date: Thu, 24 Mar 2022 08:35:26 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20af446a..a83efa71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ pages: script: - apt-get update - apt-get install --assume-yes pandoc - - pip install numpy pandas termcolor # top import of Ohmpi.py - - pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark + - pip3 install numpy pandas termcolor # top import of Ohmpi.py + - pip3 install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark - cd sphinx/source - make html # also make latex? pdf? -- GitLab