File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,12 @@ stages:
249
249
TEST_MODE : full
250
250
BITS : 64
251
251
NPY_USE_BLAS_ILP64 : ' 1'
252
+ PyPy38-64bit-fast :
253
+ PYTHON_VERSION : ' PyPy'
254
+ PYTHON_ARCH : ' x64'
255
+ TEST_MODE : fast
256
+ BITS : 64
257
+ NPY_USE_BLAS_ILP64 : ' 1'
252
258
253
259
steps :
254
260
- template : azure-steps-windows.yml
Original file line number Diff line number Diff line change 6
6
architecture : $(PYTHON_ARCH)
7
7
condition : not(contains(variables['PYTHON_VERSION'], 'PyPy'))
8
8
- powershell : |
9
- $url = "http://buildbot.pypy.org/nightly/py3.7 /pypy-c-jit-latest-win64.zip"
9
+ $url = "http://buildbot.pypy.org/nightly/py3.8 /pypy-c-jit-latest-win64.zip"
10
10
$output = "pypy.zip"
11
11
$wc = New-Object System.Net.WebClient
12
12
$wc.DownloadFile($url, $output)
You can’t perform that action at this time.
0 commit comments