mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +00:00
add flag to skip warnings of location of pip
This commit is contained in:
@ -123,7 +123,7 @@ if ($LASTEXITCODE -ne 0) {
|
||||
|
||||
Write-Host "Install and upgrade Pip"
|
||||
$PythonExePath = Join-Path -Path $PythonArchPath -ChildPath "python.exe"
|
||||
cmd.exe /c "$PythonExePath -m ensurepip && $PythonExePath -m pip install --upgrade pip"
|
||||
cmd.exe /c "$PythonExePath -m ensurepip && $PythonExePath -m pip install --upgrade pip --no-warn-script-location"
|
||||
|
||||
Write-Host "Create complete file"
|
||||
New-Item -ItemType File -Path $PythonVersionPath -Name "$Architecture.complete" | Out-Null
|
||||
|
Reference in New Issue
Block a user