[tor-commits] [manual/master] not possible to run the package, install with pip
emmapeel at torproject.org
emmapeel at torproject.org
Thu May 20 12:06:25 UTC 2021
commit 8288d893a79b80ded208ca829fe07f461aa4482e
Author: emma peel <emma.peel at 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
More information about the tor-commits
mailing list