mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 23:09:40 +00:00
add flag to skip warnings of location of pip
This commit is contained in:
@ -50,7 +50,7 @@ chmod +x ../python $PYTHON_MAJOR $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJORMINOR pyth
|
||||
|
||||
echo "Upgrading PIP..."
|
||||
./python -m ensurepip
|
||||
./python -m pip install --ignore-installed pip
|
||||
./python -m pip install --ignore-installed pip --no-warn-script-location
|
||||
|
||||
echo "Create complete file"
|
||||
touch $PYTHON_TOOLCACHE_VERSION_PATH/x64.complete
|
||||
|
Reference in New Issue
Block a user