From 280301f25808ca008d121bb92f274e3894efa8a5 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 28 Jun 2021 16:36:04 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96b7d2c4..d7928b2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,6 +134,7 @@ jobs: Set-Variable -name python_url -value "https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/$python_file" Invoke-WebRequest -Uri $python_url -OutFile $python_file Start-Process -wait -FilePath $python_file -ArgumentList "/quiet","InstallAllUsers=1","TargetDir=c:\\python" + shell: pwsh - name: Set env variables for pre-compiled Python if: matrix.goal == 'test'