8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f26cf commit 302f244Copy full SHA for 302f244
azure-pipelines.yml
@@ -255,12 +255,14 @@ stages:
255
TEST_MODE: full
256
9EB9 BITS: 64
257
# NPY_USE_BLAS_ILP64: '1'
258
- PyPy39-64bit-fast:
259
- PYTHON_VERSION: 'pypy3.9'
260
- PYTHON_ARCH: 'x64'
261
- TEST_MODE: fast
262
- BITS: 64
263
- # NPY_USE_BLAS_ILP64: '1'
+ # TODO: failing because of an issue with ILP64 BLAS being downloaded,
+ # and that not being handled automatically yet
+ # PyPy39-64bit-fast:
+ # PYTHON_VERSION: 'pypy3.9'
+ # PYTHON_ARCH: 'x64'
+ # TEST_MODE: fast
264
+ # BITS: 64
265
+ # NPY_USE_BLAS_ILP64: '1'
266
267
steps:
268
- template: azure-steps-windows.yml
0 commit comments