Remove setuptools and wheel install from build script.
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -8,7 +8,6 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'pip install setuptools wheel'
|
||||
sh 'python python/setup.py bdist_wheel'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user