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 +}