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 492d759 + f3b19ce commit 1cd76a1Copy full SHA for 1cd76a1
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