commit 64b1d325941d4f9eb434e3ca9bf27dc18e8d6b4d Author: emma peel emma.peel@riseup.net Date: Thu Sep 2 11:06:46 2021 +0200
fix error with apt utils. recover pyenv instructions --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b544f3..061766f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,10 @@ variables: pages: script: - *apt-template - - DEBIAN_FRONTEND=noninteractive apt-get apt-utils install gettext python3-babel python3-pip git python3-inifile python3-dev python3-setuptools python3-openssl python3-cryptography i18nspector -y + - DEBIAN_FRONTEND=noninteractive apt-get install gettext python3-babel python3-pip git python3-inifile python3-dev python3-setuptools python3-openssl python3-cryptography i18nspector apt-utils -y + - pip3 install virtualenv + - virtualenv venv + - source venv/bin/activate - pip3 install lektor - echo 'checking out translations' - rm -rf i18n
tor-commits@lists.torproject.org