We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 333bd3e + 79a9712 commit 29a9fcdCopy full SHA for 29a9fcd
jenkins/build-and-package.sh
@@ -19,7 +19,7 @@ cd "${WORKSPACE}/${local_indicator}" || exit
19
# Set up venv
20
python -m venv env
21
source env/bin/activate
22
-pip install --upgrade pip --retries 10 --timeout 20
+pip install pip==23.0.1 --retries 10 --timeout 20
23
pip install numpy --retries 10 --timeout 20
24
pip install ../_delphi_utils_python/. --retries 10 --timeout 20
25
[ ! -f setup.py ] || pip install . --retries 10 --timeout 20
0 commit comments