[tor-commits] [manual/develop] not possible to run the package, install with pip

gus at torproject.org gus at torproject.org
Fri Jul 9 17:07:35 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