Install PyPy from official site instead of NPM for Windows (#873)

* install PyPy from official repo
This commit is contained in:
Aleksandr Chebotov
2020-05-18 11:08:06 +03:00
committed by GitHub
parent 47c7968b9d
commit 3f4ad2f912
10 changed files with 172 additions and 13 deletions

View File

@@ -334,6 +334,15 @@
"{{ template_dir }}/scripts/Installers/Download-ToolCache.ps1"
]
},
{
"type": "powershell",
"environment_vars":[
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
],
"scripts":[
"{{ template_dir }}/scripts/Installers/Install-PyPy.ps1"
]
},
{
"type": "powershell",
"environment_vars":[