From 3cdbd01106d44954bec731819a0553c7e16ddc6f Mon Sep 17 00:00:00 2001 From: Clement Remi <remi.clement@irstea.fr> Date: Tue, 12 Apr 2022 18:43:04 +0200 Subject: [PATCH] Update .gitlab-ci.yml paho --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e120719..f2e6e93d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ pages: script: - apt-get update - apt-get install --assume-yes pandoc - - pip install numpy pandas termcolor # top import of Ohmpi.py + - pip install numpy pandas termcolor paho-mqtt # top import of Ohmpi.py - pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark - cd doc - make html -- GitLab