setup: remove duplicate pipenv install (#23406)

This commit is contained in:
Greg Hogan
2022-01-05 04:25:41 -08:00
committed by GitHub
parent 23346ae63c
commit bafdb20eb1
+2 -6
View File
@@ -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