ci: container debugging III

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

2
Jenkinsfile vendored
View File

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