From 7b7f6438d4d3dc610e2cf416135348b0de0f71d9 Mon Sep 17 00:00:00 2001 From: Harrison Date: Mon, 24 Apr 2023 12:25:55 -0500 Subject: [PATCH] Test installation now forces reinstall --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f860e11..491d879 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { } stage("test") { steps { - sh "pip install dist/*.whl" + sh "pip install dist/*.whl --force-reinstall" sh "renamebycsv -h" } }