commit 8288d893a79b80ded208ca829fe07f461aa4482e Author: emma peel emma.peel@riseup.net Date: Thu May 20 14:06:09 2021 +0200
not possible to run the package, install with pip --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c97f68..0362055 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,8 @@ variables:
before_script: - *apt-template - - DEBIAN_FRONTEND=noninteractive apt-get install gettext python3-babel python3-pip git python3-inifile python3-dev python3-setuptools python3-openssl python3-cryptography i18nspector python3-virtualenv -y + - DEBIAN_FRONTEND=noninteractive apt-get install gettext python3-babel python3-pip git python3-inifile python3-dev python3-setuptools python3-openssl python3-cryptography i18nspector -y + - pip3 install virtualenv - virtualenv venv - source venv/bin/activate - pip3 install lektor
tor-commits@lists.torproject.org