From 1a2950b5801d45c5ab70969402915010fa5b227e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 23 Jul 2021 12:59:34 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25b9769a..6b827427 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,8 +136,9 @@ 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" - ls -alRF c:\python + Start-Process -wait -FilePath $python_file -ArgumentList "/quiet","InstallAllUsers=1","TargetDir=c:\\python","AssociateFiles=1","PrependPath=1" + Write-Output "finished waiting on python install" + ls -alRF c:\\python\\ shell: pwsh - name: Set env variables for pre-compiled Python