From b2059a87c2ea50c2af0064c38c44926f21f5e4c0 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Thu, 7 Jan 2021 16:09:23 +0100 Subject: [PATCH] Updated Jenkinsfile --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 640fbb8..b0b7bbc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,8 +3,7 @@ pipeline { stages { stage('Install build dependencies') { steps { - sh ''' - pip install -U --upgrade pip pytest setuptools setuptools-git-version''' + sh 'pip install -U --upgrade pip pytest setuptools setuptools-git-version' } } @@ -21,4 +20,4 @@ pipeline { } } -} \ No newline at end of file +}