From 6d59daad19f2bf39914f26aef56530d0f786f65b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 23 Jul 2021 13:27:53 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7061e658..b7f0dbaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,7 +136,7 @@ jobs: Set-Variable -name python_url -value "https://www.python.org/ftp/python/${Env:BUILD_PYTHON_VERSION}/${python_file}" Write-Output "python_url: $python_url" Invoke-WebRequest -Uri $python_url -OutFile $python_file - Start-Process -wait -FilePath $python_file -ArgumentList "/quiet","InstallAllUsers=1","TargetDir=c:\\python","AssociateFiles=1","PrependPath=1" + Start-Process -wait -FilePath $python_file -ArgumentList "/quiet","InstallAllUsers=0","TargetDir=c:\\python","AssociateFiles=1","PrependPath=1" Write-Output "finished waiting on python install" Get-ChildItem c:\python\ -Recurse while (!(Test-Path "C:\python\scripts\pip.exe")) { echo "no pip.exe"; Start-Sleep 10 }