ci: upgrade pip before install
This commit is contained in:
parent
a19b99be82
commit
59037e1a50
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -10,7 +10,7 @@ pipeline {
|
|||||||
|
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'whoami'
|
sh 'pip install pip --upgrade --progress-bar off'
|
||||||
sh 'pip install .[all] --progress-bar off'
|
sh 'pip install .[all] --progress-bar off'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user