diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-01-27 09:22:15 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2019-01-27 16:40:07 -0700 |
commit | 37ee063051cab7a4c5bb22b0f7221b6ab06f7b0b (patch) | |
tree | fae828ca89a2752db7e993028a11a8755e4b82e8 /azure-pipelines.yml | |
parent | 596b2cb74ef409f36e15b56be06828af9538c632 (diff) | |
download | numpy-37ee063051cab7a4c5bb22b0f7221b6ab06f7b0b.tar.gz |
TST: Use same OpenBLAS build for testing as for current wheels.
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 bbaad98ba..cf601d02c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ jobs: cd .. && \ mkdir openblas && cd openblas && \ wget https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-v0.3.3-186-g701ea883-manylinux1_i686.tar.gz && \ - tar zxvf openblas-v0.3.4-manylinux1_i686.tar.gz && \ + tar zxvf openblas-v0.3.3-186-g701ea883-manylinux1_i686.tar.gz && \ cp -r ./usr/local/lib/* /usr/lib && \ cp ./usr/local/include/* /usr/include && \ cd ../numpy && \ |