File tree Expand file tree Collapse file tree 3 files changed +4
-52
lines changed Expand file tree Collapse file tree 3 files changed +4
-52
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215215 fetch-depth : 0
216216 - uses : actions/setup-python@v3
217217 with :
218- python-version : pypy-3.8-v7.3.8
218+ python-version : pypy-3.8-v7.3.9
219219 - uses : ./.github/actions
220220
221221 sdist :
Original file line number Diff line number Diff line change 66 architecture : $(PYTHON_ARCH)
77 condition : not(contains(variables['PYTHON_VERSION'], 'PyPy'))
88- powershell : |
9- # $url = "http://buildbot.pypy.org/nightly/py3.8/pypy-c-jit-latest-win64.zip"
10- $url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-win64.zip"
9+ # UsePythonVersion only supports pypy3.6, we need 3.8
10+ # https://github.com/microsoft/azure-pipelines-tasks/pull/15553
11+ $url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-win64.zip"
1112 $output = "pypy.zip"
1213 $wc = New-Object System.Net.WebClient
1314 $wc.DownloadFile($url, $output)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments