From 62f541a406806ee9b2e768f9fec23c0112e1149b Mon Sep 17 00:00:00 2001 From: Peter Eichman Date: Wed, 13 Nov 2024 15:54:41 -0500 Subject: [PATCH] Jenkinsfile build fix Force reinstall the Plastron 4.4 packages --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 97158d0..d788343 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -103,7 +103,8 @@ pipeline { pip install -e .[test] - pip install git+https://github.com/umd-lib/plastron.git@release/4.4#subdirectory=plastron-utils \ + pip install --force-reinstall \ + git+https://github.com/umd-lib/plastron.git@release/4.4#subdirectory=plastron-utils \ git+https://github.com/umd-lib/plastron.git@release/4.4#subdirectory=plastron-client \ git+https://github.com/umd-lib/plastron.git@release/4.4#subdirectory=plastron-rdf \ git+https://github.com/umd-lib/plastron.git@release/4.4#subdirectory=plastron-models \