Update build.yml

This commit is contained in:
Jay Lee
2021-06-28 16:36:04 -04:00
committed by GitHub
parent 40daf38f80
commit 280301f258

View File

@@ -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'