summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-10-03 08:16:10 -0600
committerCharles Harris <charlesr.harris@gmail.com>2020-10-03 08:16:10 -0600
commit30aca02691baf56dd9b5d81dcefebdb3e575678e (patch)
tree8caef213d651629f2e552e91a688aac7ee0ecd58
parentf4a4ddd56e1c3107a8b376d2e72cd5334676627a (diff)
downloadnumpy-30aca02691baf56dd9b5d81dcefebdb3e575678e.tar.gz
MAINT : Disable 32 bit PyPy CI testing on Windows.
The test is consistently failing at the moment, we can enable it again when PyPy gets fixed.
-rw-r--r--azure-pipelines.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index da57649b8..9382ac83c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -217,11 +217,11 @@ stages:
BITS: 64
NPY_USE_BLAS_ILP64: '1'
OPENBLAS_SUFFIX: '64_'
- PyPy36-32bit:
- PYTHON_VERSION: 'PyPy3.6'
- PYTHON_ARCH: 'x32'
- TEST_MODE: fast
- BITS: 32
+ #PyPy36-32bit:
+ #PYTHON_VERSION: 'PyPy3.6'
+ #PYTHON_ARCH: 'x32'
+ #TEST_MODE: fast
+ #BITS: 32
steps:
- template: azure-steps-windows.yml
- job: Linux_PyPy3