You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Both NumPy and SciPy only do scheduled builds on Travis (Linux / Mac) but not on Appveyor (Windows), so regular master branch wheels / binaries are not available consistently on Windows for i.e., debugging downstream, etc.
Maybe not a bad idea--of course, switching some / much of the wheel build infrastructure to Azure will probably come at some cost with new problems initially.
This came up in pandas-dev/pandas#26546
Both NumPy and SciPy only do scheduled builds on Travis (Linux / Mac) but not on Appveyor (Windows), so regular master branch wheels / binaries are not available consistently on Windows for i.e., debugging downstream, etc.
It looks like appveyor team wants to be contacted directly by OSS projects that want scheduled builds to avoid wasted cycles on abandoned projects with scheduled builds.
See also: https://www.appveyor.com/docs/build-configuration/#scheduled-builds
Not sure if it is much easier on Azure or not.
The text was updated successfully, but these errors were encountered: