Skip to content

Commit

Permalink
Upgrade to most recent working version
Browse files Browse the repository at this point in the history
  • Loading branch information
korlaxxalrok committed Apr 19, 2023
1 parent 333bd3e commit 79a9712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/build-and-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd "${WORKSPACE}/${local_indicator}" || exit
# Set up venv
python -m venv env
source env/bin/activate
pip install --upgrade pip --retries 10 --timeout 20
pip install pip==23.0.1 --retries 10 --timeout 20
pip install numpy --retries 10 --timeout 20
pip install ../_delphi_utils_python/. --retries 10 --timeout 20
[ ! -f setup.py ] || pip install . --retries 10 --timeout 20
Expand Down

0 comments on commit 79a9712

Please sign in to comment.