mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +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') {
|
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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue