From: Martin Quinson Date: Mon, 6 Aug 2018 17:47:34 +0000 (+0200) Subject: doc on framagit: fix the name of the python3-pip package X-Git-Tag: v3_21~287 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3a1a0aab7038b8f93d8c613f1c1b6791b30a2bda doc on framagit: fix the name of the python3-pip package --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0085c43ae7..5335925687 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: debian:testing-slim .build: &build script: - apt-get update - - apt-get install -y python3-sphinx doxygen python3-breathe python3-sphinx-rtd-theme pip3 + - apt-get install -y python3-sphinx doxygen python3-breathe python3-sphinx-rtd-theme python3-pip - apt-get install -y cmake doxygen libboost-all-dev libboost-dev - pip3 install --no-deps exhale - cmake -Denable_documentation=ON .