Skip to content

Commit 1cd76a1

Browse files
authored
Merge pull request #1385 from cmu-delphi/krivard/build-with-numpy
Explicitly install numpy in build-and-package
2 parents 492d759 + f3b19ce commit 1cd76a1

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)