From 907c59652a2ff3c19bafe97bd5883cc455c48b97 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sat, 8 Mar 2025 18:40:32 +0100 Subject: [PATCH] fix: add setuptools --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index c31f93b..2035230 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,6 +68,7 @@ pipeline { ansiColor('xterm') { sh ''' . ${PYTHON_VENV}/bin/activate + pip install setuptools export VIDE_PREDOWNLOAD=/jenkins-cache/vide_downloads if ! test -d ${VIDE_PREDOWNLOAD}; then mkdir ${VIDE_PREDOWNLOAD}