From ceb8f92c197374d821b1298ef492361bc0b91e97 Mon Sep 17 00:00:00 2001 From: Amber Date: Thu, 1 Sep 2022 00:44:15 -0400 Subject: [PATCH] Testing --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 02dbe7f..ad975f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { steps { sh 'python -m pip install --no-cache-dir --upgrade --user pip' sh 'python -m pip install --no-cache-dir pipenv --user' - sh 'python -m pipenv install' + sh 'python -m pipenv install --dev' } } stage('Check') {