From 68f4684a7452b84d85794018b3adfa28f7cf9f21 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Thu, 7 Jan 2021 15:09:34 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '''