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
What about having one central place (scientific ecosystem ci), that runs the current branches of registered projects against the latest versions of their dependencies (or against a certain PR). Something similar to https://github.com/vitejs/vite-ecosystem-ci.
Problem Description
in #36975 IPython 8.19 broke sage, and I did a 8.20 release.
It would be great to test pre-release of dependencies to possible warn me ahead of time.
Proposed Solution
A number of nightly wheel are available here:
https://anaconda.org/scientific-python-nightly-wheels/repo (see Spec 4) using
--pre --upgrade --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
in the right place should be enough.I guess weekly cron that open an issue on failure would be enough.
Alternatives Considered
Do nothing, or have upstream test this repo.
Additional Information
I guess it might also catch early issue in SciPy/Numpy...
It is of course an extra burden as nightly is more likely to fail, and maintainer need to decide if it's true failures.
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: