setup: remove duplicate pipenv install (#23406)

old-commit-hash: bafdb20eb1
commatwo_master
Greg Hogan 3 years ago committed by GitHub
parent bd622f8583
commit f19c9f2e72
  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