From 8b28a0c6b915d1e1dae8bde1b51a1b9be04e523f Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 20 Oct 2021 21:16:23 +0000 Subject: [PATCH] chore: documentation requirements now installed properly on gitpod --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index f778abc4..f11f191f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -122,8 +122,8 @@ tasks: - name: documentation init: | gp sync-await conan-init - sudo pip3 install -U sphinx sphinx-autobuild rstcheck - sudo pip3 install -Ur docs/requirements.txt + pip3 install -U sphinx sphinx-autobuild rstcheck + pip3 install -Ur docs/requirements.txt mkdir -p build/docs && cd build/docs gp sync-await conan-gcc-install conan install ../.. -e mp-units:CONAN_RUN_TESTS=True -b outdated