-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommend check / test version numbering #41
Comments
Just so folks don't need to follow the link above:
So after releasing |
Thanks for the heads up, the first one is surprising, the rest is what I was expecting. As for testing, would you suggest to test whether it's possible to install the latest uploaded nightly? E.g. with astropy I ended up in a situation where the pip install worked, but it picked up an older nightly which masked over an issue with the wheels (and a newly added dependency) perfectly. |
Yes, exactly. Maybe a cron job once a week or so to test whether the recommended pip command is able to install the most recent nightly wheels. |
And what would be the action if the job fails? Getting back to a project, suggesting they need to change the version of the dev branch? |
Yes, I suppose an issue being auto-opened here, and then one of us following up with the project. This of course assumes that the problem is scaling well, e.g. we won't host gazillions of wheels as a "conda-forge for wheels", but keep it to the core ones. |
I didn't follow this closeley in 2023 (sorry), but given @ksunden's comment matplotlib/matplotlib#26736 (comment) was this actually a systematic problem that a check would have help avoid? Or was this simply a time delay issue for information to get propaged to |
See matplotlib/matplotlib#26736 (comment)
Currently I am not able to figure out how to easily install the recent nightly wheels for matplotlib due to version numbering issues and upper pins.
I wonder if we could automate testing whether it is possible to install the nightly wheels using the recommended pip command:
The text was updated successfully, but these errors were encountered: