Skip to content

Commit f3b19ce

Browse files
authored
Explicitly install numpy in build-and-package
Averts crash while trying to install ecos, a dependency of cvxpy
1 parent 492d759 commit f3b19ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/build-and-package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cd "${WORKSPACE}/${local_indicator}" || exit
1919
python -m venv env
2020
source env/bin/activate
2121
pip install --upgrade pip --retries 10 --timeout 20
22+
pip install numpy --retries 10 --timeout 20
2223
pip install ../_delphi_utils_python/. --retries 10 --timeout 20
2324
pip install . --retries 10 --timeout 20
2425

0 commit comments

Comments
 (0)