From 3a1a0aab7038b8f93d8c613f1c1b6791b30a2bda Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 6 Aug 2018 19:47:34 +0200 Subject: [PATCH] doc on framagit: fix the name of the python3-pip package --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . -- 2.20.1