Skip to content

Commit

Permalink
setup: remove duplicate pipenv install (#23406)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjhogan committed Jan 5, 2022
1 parent 23346ae commit bafdb20
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions update_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bafdb20

Please sign in to comment.