8000 CI: disable pypy3.9 job on Azure temporarily · numpy/numpy@302f244 · GitHub
[go: up one dir, main page]

Skip to content

Commit 302f244

Browse files
committed
CI: disable pypy3.9 job on Azure temporarily
1 parent 69f26cf commit 302f244

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,14 @@ stages:
255255
TEST_MODE: full
256256
9EB9 BITS: 64
257257
# 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'
258+
# TODO: failing because of an issue with ILP64 BLAS being downloaded,
259+
# and that not being handled automatically yet
260+
# PyPy39-64bit-fast:
261+
# PYTHON_VERSION: 'pypy3.9'
262+
# PYTHON_ARCH: 'x64'
263+
# TEST_MODE: fast
264+
# BITS: 64
265+
# NPY_USE_BLAS_ILP64: '1'
264266

265267
steps:
266268
- template: azure-steps-windows.yml

0 commit comments

Comments
 (0)
0