diff --git a/Jenkinsfile b/Jenkinsfile index 1b501f8..20ed557 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,6 @@ pipeline { stages { stage('Build') { steps { - sh 'pip install setuptools wheel' sh 'python python/setup.py bdist_wheel' } }