Skip to content

Commit 29a9fcd

Browse files
authored
Merge pull request #1838 from cmu-delphi/pip-jenkins-fix
Upgrade only to most recent working version of pip
2 parents 333bd3e + 79a9712 commit 29a9fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/build-and-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cd "${WORKSPACE}/${local_indicator}" || exit
1919
# Set up venv
2020
python -m venv env
2121
source env/bin/activate
22-
pip install --upgrade pip --retries 10 --timeout 20
22+
pip install pip==23.0.1 --retries 10 --timeout 20
2323
pip install numpy --retries 10 --timeout 20
2424
pip install ../_delphi_utils_python/. --retries 10 --timeout 20
2525
[ ! -f setup.py ] || pip install . --retries 10 --timeout 20

0 commit comments

Comments
 (0)