Skip to content

Commit

Permalink
Ensure Stretch builders don't use pip v21
Browse files Browse the repository at this point in the history
which won't support Python 3.5
  • Loading branch information
bennuttall committed Sep 12, 2020
1 parent 37b0f76 commit 820264d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy_slave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ LIBZMQ=libzmq5

if [ $VERSION_ID -eq 9 ]; then
POSTGRES_SERVER_DEV=postgresql-server-dev-9.6
PIP="pip<21"
elif [ $VERSION_ID -eq 10 ]; then
LIBXLST=libxslt1-dev
POSTGRES_SERVER_DEV=postgresql-server-dev-11
Expand Down

0 comments on commit 820264d

Please sign in to comment.