From 8688ce63283515f6cf1d19218f5cb573f4ff5ad9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 23 Jul 2021 12:52:35 -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 022c1924..a212ce5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -137,7 +137,7 @@ jobs: 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" - Get-ChildItem -Path c:\python + Get-ChildItem -Path c:\python –File -Directory -Recurse shell: pwsh - name: Set env variables for pre-compiled Python