mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
fix: add setuptools
This commit is contained in:
parent
5d7659c320
commit
907c59652a
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue