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.
1 parent 492d759 commit f3b19ceCopy full SHA for f3b19ce
jenkins/build-and-package.sh
@@ -19,6 +19,7 @@ cd "${WORKSPACE}/${local_indicator}" || exit
19
python -m venv env
20
source env/bin/activate
21
pip install --upgrade pip --retries 10 --timeout 20
22
+pip install numpy --retries 10 --timeout 20
23
pip install ../_delphi_utils_python/. --retries 10 --timeout 20
24
pip install . --retries 10 --timeout 20
25
0 commit comments