diff options
author | Pauli Virtanen <pav@iki.fi> | 2019-12-16 21:25:17 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2019-12-21 23:13:19 +0200 |
commit | b1c8dd9979caf899e6e5c758faef27b8453c334a (patch) | |
tree | 147c9469cf695e798ef1994b8e2d896fa8f51dfb /azure-pipelines.yml | |
parent | 4903971fce8fdd4dc38e66706432962a0a94e8d7 (diff) | |
download | numpy-b1c8dd9979caf899e6e5c758faef27b8453c334a.tar.gz |
CI: use openblas64_ on azure windows
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
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 |