diff --git a/Jenkinsfile b/Jenkinsfile index c92add3..9a02fde 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { sh '''mkdir -p /tmp/jenkins-venv python3 -m venv /tmp/jenkins-venv source /tmp/jenkins-venv/bin/activate - pip install -U pytest + pip install -U pytest setuptools setuptools-git-version python3 setup.py install pytest '''