Make pip version in integration tests configurable via env var

This commit is contained in:
Vineet Naik 2020-04-19 18:33:17 +05:30
parent 6ff351cefe
commit d0ff8cda5c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
PROFILE=$1
PYTHON_EXE=${PYTHON_EXE:-python3.6}
PIP_VERSION=latest
PIP_VERSION=${PIP_VERSION:-latest}
cd profiles/$PROFILE