From 152119c9de97de148bc74e8eb2673f3e4326d8f6 Mon Sep 17 00:00:00 2001 From: vato007 Date: Thu, 30 Jul 2020 10:43:21 +0000 Subject: [PATCH] Remove setuptools and wheel install from build script. --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) 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' } }