From 99180e085299a763baf1aa1a84f8466fe5ccf98b Mon Sep 17 00:00:00 2001 From: Suwako Moriya Date: Sat, 25 Apr 2020 18:03:31 +0200 Subject: [PATCH] Playing around with Jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5179147..fbbdfa2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { } } steps { - sh "pip install pipenv" + sh "pip install --user pipenv" sh "pipenv sync" sh 'pipenv run pytest -p no:warnings --junit-xml test-reports/results.xml' }