setup: remove duplicate pipenv install (#23406)

pull/23411/head
Greg Hogan 3 years ago committed by GitHub
parent 23346ae63c
commit bafdb20eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      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} CONFIGURE_OPTS="--enable-shared" pyenv install -f ${PYENV_PYTHON_VERSION}
fi fi
if ! command -v pipenv &> /dev/null; then echo "pip install ..."
echo "pipenv install ..."
pip install pipenv
fi
echo "update pip"
pip install pip==21.3.1 pip install pip==21.3.1
echo "pipenv install ..."
pip install pipenv==2021.11.23 pip install pipenv==2021.11.23
if [ -d "./xx" ]; then if [ -d "./xx" ]; then

Loading…
Cancel
Save