Update build.yml

This commit is contained in:
Jay Lee
2021-07-23 13:13:34 -04:00
committed by GitHub
parent 7bcd5fbed7
commit 21c693921b

View File

@ -139,6 +139,8 @@ jobs:
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=1","TargetDir=c:\\python","AssociateFiles=1","PrependPath=1"
Write-Output "finished waiting on python install" Write-Output "finished waiting on python install"
Get-ChildItem c:\python\ -Recurse Get-ChildItem c:\python\ -Recurse
while (!(Test-Path "C:\python\scripts\pip.exe")) { echo "no pip.exe"; Start-Sleep 10 }
Get-ChildItem c:\python\ -Recurse
shell: pwsh shell: pwsh
- name: Set env variables for pre-compiled Python - name: Set env variables for pre-compiled Python