Remove setuptools and wheel install from build script.

This commit is contained in:
vato007
2020-07-30 10:43:21 +00:00
parent 196014039c
commit 152119c9de

1
Jenkinsfile vendored
View File

@@ -8,7 +8,6 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'pip install setuptools wheel'
sh 'python python/setup.py bdist_wheel'
}
}