summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2019-12-16 21:25:17 +0200
committerPauli Virtanen <pav@iki.fi>2019-12-21 23:13:19 +0200
commitb1c8dd9979caf899e6e5c758faef27b8453c334a (patch)
tree147c9469cf695e798ef1994b8e2d896fa8f51dfb /azure-pipelines.yml
parent4903971fce8fdd4dc38e66706432962a0a94e8d7 (diff)
downloadnumpy-b1c8dd9979caf899e6e5c758faef27b8453c334a.tar.gz
CI: use openblas64_ on azure windows
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 29fc6c614..3a626eeae 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -171,6 +171,8 @@ stages:
PYTHON_ARCH: 'x64'
TEST_MODE: full
BITS: 64
+ NPY_USE_BLAS_ILP64: '1'
+ OPENBLAS_SUFFIX: '64_'
steps:
- template: azure-steps-windows.yml
- job: Linux_PyPy3