When upgrading pip, don't warn there's a new version of pip available (#117)

This commit is contained in:
Hugo van Kemenade 2021-10-18 14:37:19 +03:00 committed by GitHub
parent cd4aab3bcf
commit 641a2765a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,9 +48,9 @@ fi
chmod +x ../python $PYTHON_MAJOR $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJORMINOR python
echo "Upgrading PIP..."
echo "Upgrading pip..."
./python -m ensurepip
./python -m pip install --ignore-installed pip --no-warn-script-location
./python -m pip install --ignore-installed pip --disable-pip-version-check --no-warn-script-location
echo "Create complete file"
touch $PYTHON_TOOLCACHE_VERSION_PATH/x64.complete