From bafdb20eb1288cc6ca94a109301701e997989b4c Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Wed, 5 Jan 2022 04:25:41 -0800 Subject: [PATCH] setup: remove duplicate pipenv install (#23406) --- update_requirements.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/update_requirements.sh b/update_requirements.sh index 40508efd6b..ebf99312b0 100755 --- a/update_requirements.sh +++ b/update_requirements.sh @@ -19,13 +19,9 @@ if ! pyenv prefix ${PYENV_PYTHON_VERSION} &> /dev/null; then CONFIGURE_OPTS="--enable-shared" pyenv install -f ${PYENV_PYTHON_VERSION} fi -if ! command -v pipenv &> /dev/null; then - echo "pipenv install ..." - pip install pipenv -fi - -echo "update pip" +echo "pip install ..." pip install pip==21.3.1 +echo "pipenv install ..." pip install pipenv==2021.11.23 if [ -d "./xx" ]; then