summaryrefslogtreecommitdiff
path: root/azure-steps-windows.yml
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: rename build stepmattip2021-11-301-1/+1
|
* TEST: use pypy3.8-v7.3.7 final versionsmattip2021-11-301-3/+4
|
* add pypy windows test runmattip2021-10-031-1/+1
|
* MAINT: Update for using openblas64_.Charles Harris2021-07-151-12/+14
| | | | Simplification following similar work on the openblas64_ wheel builds.
* BLD: try a pypy37 windows 64-bit buildmattip2021-01-141-1/+1
|
* BLD: add win32 pypy buildmattip2020-07-291-6/+32
|
* Remove unused pip install谭九鼎2020-07-161-1/+0
|
* MAINT,BLD: pin setuptools and refactor where to find itmattip2020-07-141-1/+1
|
* BUG: fix PATH from reviewmattip2020-06-021-1/+1
|
* BLD: install mingw32 v7.3.0 for win32mattip2020-06-011-1/+1
|
* ENH: backport scipy changes to openblas download scriptmattip2020-05-121-1/+1
|
* 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.