diff --git a/script/bootstrap b/script/bootstrap index 034b2974..78f9391f 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -21,7 +21,6 @@ if [ -n "${CIBUILD}" ]; then fi # Install Python dependencies -pipenv --python 3.6 ${PIP_CMD} install --upgrade pip pipenv install ${PIPENV_INSTALL_FLAGS} diff --git a/script/setup b/script/setup index e96c12df..0fae92e6 100755 --- a/script/setup +++ b/script/setup @@ -11,6 +11,7 @@ cd "$(dirname "${0}")/.." # Install virtualenv pip install pipenv +pipenv --python 3.6 if ! type sass > /dev/null; then if type gem > /dev/null; then