From 21c693921b90d1b15dfef72fea704a22f23df611 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 23 Jul 2021 13:13:34 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84f73249..7061e658 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,6 +139,8 @@ jobs: Start-Process -wait -FilePath $python_file -ArgumentList "/quiet","InstallAllUsers=1","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 } + Get-ChildItem c:\python\ -Recurse shell: pwsh - name: Set env variables for pre-compiled Python