fix: add setuptools

This commit is contained in:
Guilhem Lavaux 2025-03-08 18:40:32 +01:00
parent 5d7659c320
commit 907c59652a

1
Jenkinsfile vendored
View file

@ -68,6 +68,7 @@ pipeline {
ansiColor('xterm') { ansiColor('xterm') {
sh ''' sh '''
. ${PYTHON_VENV}/bin/activate . ${PYTHON_VENV}/bin/activate
pip install setuptools
export VIDE_PREDOWNLOAD=/jenkins-cache/vide_downloads export VIDE_PREDOWNLOAD=/jenkins-cache/vide_downloads
if ! test -d ${VIDE_PREDOWNLOAD}; then if ! test -d ${VIDE_PREDOWNLOAD}; then
mkdir ${VIDE_PREDOWNLOAD} mkdir ${VIDE_PREDOWNLOAD}