diff options
author | mattip <matti.picus@gmail.com> | 2020-02-25 01:03:57 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-02-25 01:03:57 +0200 |
commit | f1863c5999f8b4bfa6e2c8af9d6a864a8c0f957b (patch) | |
tree | 6a49b7df1677fb347a378127ce6b96973dc4d5fc /azure-steps-windows.yml | |
parent | a7adfda540f88d765f10ae8963abe4ae43cbfb34 (diff) | |
download | numpy-f1863c5999f8b4bfa6e2c8af9d6a864a8c0f957b.tar.gz |
BLD: update openblas download to new location, use manylinux2010-base
Diffstat (limited to 'azure-steps-windows.yml')
-rw-r--r-- | azure-steps-windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-steps-windows.yml b/azure-steps-windows.yml index fdc969890..eddc6a9b9 100644 --- a/azure-steps-windows.yml +++ b/azure-steps-windows.yml @@ -13,6 +13,7 @@ steps: Write-Host "Python Version: $pyversion" $target = "C:\\hostedtoolcache\\windows\\Python\\$pyversion\\$(PYTHON_ARCH)\\lib\\openblas$env:OPENBLAS_SUFFIX.a" Write-Host "target path: $target" + python -mpip install urllib3 $openblas = python tools/openblas_support.py cp $openblas $target displayName: 'Download / Install OpenBLAS' |