summaryrefslogtreecommitdiff
path: root/azure-steps-windows.yml
Commit message (Collapse)AuthorAgeFilesLines
* BLD: put openblas library in local directory on windows (#16101)Matti Picus2020-04-291-9/+17
| | | | | | | * BLD: put openblas library in local directory on windows * TST: fix broken pip install on windows * BLD: handle 64-bit windows BLAS
* BLD: update openblas download to new location, use manylinux2010-basemattip2020-02-251-0/+1
|
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+2
| | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior.
* CI: use openblas64_ on azure windowsPauli Virtanen2019-12-211-1/+1
|
* Divide Azure Pipelines into stages.Hameer Abbasi2019-10-151-0/+56
So that not so many resources are used on obviously failing jobs.