ci: upgrade pip before install

This commit is contained in:
Alexander Engelsberger 2021-11-04 10:53:51 +01:00 committed by GitHub
parent a19b99be82
commit 59037e1a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
}
steps {
sh 'whoami'
sh 'pip install pip --upgrade --progress-bar off'
sh 'pip install .[all] --progress-bar off'
}
}