]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Use pip to install chutney's python dependencies
authorJim Newsome <jnewsome@torproject.org>
Thu, 24 Oct 2024 14:53:19 +0000 (09:53 -0500)
committerJim Newsome <jnewsome@torproject.org>
Thu, 24 Oct 2024 15:09:19 +0000 (10:09 -0500)
.gitlab-ci.yml

index 7af5aa873d640c35ec2e3ec14e70527465abf807..82176a1bfdd685228e7efc9073969db073e226d8 100644 (file)
@@ -110,6 +110,10 @@ variables:
       if [ "$CHUTNEY" = yes ]; then
         git clone --depth 1 https://gitlab.torproject.org/tpo/core/chutney.git
         export CHUTNEY_PATH="$(pwd)/chutney"
+        # Have pip install chutney's python dependencies by installing chutney
+        # itself.
+        apt-get install python3-pip
+        pip3 install --user ./chutney
       fi
     - if [ "$TRACING" = yes ]; then apt install liblttng-ust-dev; fi