diff options
author | mattip <matti.picus@gmail.com> | 2020-01-17 18:26:41 +1100 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-01-19 07:25:01 +1100 |
commit | 1edb44669f9acddebd92df794ca9731fd92f4e06 (patch) | |
tree | bbad4277bb597b1d7fdb3bd39495bfede3e7b2f1 /azure-pipelines.yml | |
parent | 18ab0d378bd1fef28703c56a5f3d48c9859b1d2a (diff) | |
download | numpy-1edb44669f9acddebd92df794ca9731fd92f4e06.tar.gz |
BLD: use 0.3.8dev build of OpenBLAS
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
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 |