summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2020-01-17 18:26:41 +1100
committermattip <matti.picus@gmail.com>2020-01-19 07:25:01 +1100
commit1edb44669f9acddebd92df794ca9731fd92f4e06 (patch)
treebbad4277bb597b1d7fdb3bd39495bfede3e7b2f1 /azure-pipelines.yml
parent18ab0d378bd1fef28703c56a5f3d48c9859b1d2a (diff)
downloadnumpy-1edb44669f9acddebd92df794ca9731fd92f4e06.tar.gz
BLD: use 0.3.8dev build of OpenBLAS
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9a8acc9c1..7bd7a1e1f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -8,7 +8,7 @@ trigger:
variables:
# OpenBLAS_version should be updated
# to match numpy-wheels repo
- OpenBLAS_version: 0.3.7
+ OpenBLAS_version: 0.3.8
stages:
- stage: InitialTests