Skip to content

Commit

Permalink
Jenkinsfile build fix
Browse files Browse the repository at this point in the history
Force reinstall the Plastron 4.4 packages
  • Loading branch information
peichman-umd committed Nov 13, 2024
1 parent 737a7a1 commit 62f541a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 62f541a

Please sign in to comment.