summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.md4
-rw-r--r--azure-pipelines.yml10
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
index d2df08689..78ffc1063 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -1,6 +1,6 @@
---
-name: "Bug Report"
-about: Submit a bug report to help us improve NumPy
+name: "Bug report"
+about: Report a bug. Not for security vulnerabilities -- see below.
---
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