Make pip version in integration tests configurable via env var
This commit is contained in:
parent
6ff351cefe
commit
d0ff8cda5c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue