[tor-commits] [manual/translations] get virtualenv with pip to get it on the path

emmapeel at torproject.org emmapeel at torproject.org
Fri Apr 23 15:03:02 UTC 2021


commit d17ebc7bce672fb27c086a422c8dce2e72d7c896
Author: emma peel <emma.peel at riseup.net>
Date:   Fri Apr 23 15:02:49 2021 +0000

    get virtualenv with pip to get it on the path
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 793628c..5623a36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,8 @@ pages:
   stage: build
   before_script:
     - apt-get update
-    - DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends gettext python3-babel python3-pip git python3-inifile python3-dev python3-setuptools python3-venv python3-openssl python3-cryptography i18nspector -y
+    - DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends 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 wheel



More information about the tor-commits mailing list