diff options
author | mattip <matti.picus@gmail.com> | 2021-10-03 10:21:11 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2021-10-03 10:21:11 +0300 |
commit | be7149588e622b284d983455ed4a6ab502293cfa (patch) | |
tree | d56ff65a2cde1ad6854ae456ac806acbc02f57b2 /azure-steps-windows.yml | |
parent | 382befec16270beb0b8de3ee15f411d231dbc9ec (diff) | |
download | numpy-be7149588e622b284d983455ed4a6ab502293cfa.tar.gz |
add pypy windows test run
Diffstat (limited to 'azure-steps-windows.yml')
-rw-r--r-- | azure-steps-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-steps-windows.yml b/azure-steps-windows.yml index 9a5f9bb70..34f9797de 100644 --- a/azure-steps-windows.yml +++ b/azure-steps-windows.yml @@ -6,7 +6,7 @@ steps: architecture: $(PYTHON_ARCH) condition: not(contains(variables['PYTHON_VERSION'], 'PyPy')) - powershell: | - $url = "http://buildbot.pypy.org/nightly/py3.7/pypy-c-jit-latest-win64.zip" + $url = "http://buildbot.pypy.org/nightly/py3.8/pypy-c-jit-latest-win64.zip" $output = "pypy.zip" $wc = New-Object System.Net.WebClient $wc.DownloadFile($url, $output) |