From 1b71499b3e7172c588dfe870b30e3444f461c415 Mon Sep 17 00:00:00 2001 From: Amber Date: Thu, 1 Sep 2022 00:37:04 -0400 Subject: [PATCH] Testing --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 75967d3..14d6575 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,8 @@ pipeline { stages { stage('Setup') { steps { - sh 'python -m pip install pipenv --user' + sh 'python -m pip install --no-cache-dir --upgrade pip' + sh 'python -m pip install --no-cache-dir pipenv --user' sh 'python -m pipenv install' } }