-
Notifications
You must be signed in to change notification settings - Fork 42
Add short guide on updating constraints files #460
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
Conversation
There is already such an action https://github.com/napari/napari/blob/main/.github/workflows/upgrade_test_constraints.yml |
But that is for tests only, right? |
No, it generates PRs like this napari/napari#7045 |
) # References and relevant issues Follow-up to napari-sphinx-theme release 0.5.0. # Description Updates docs constraints file for python 3.10, also adds a constraints file for docs on python 3.11. I am not sure if I'm doing things right, but would love to learn. I am also submitting a docs PR to detail this process in the core developers guide. UPDATE: napari/docs#460 Co-authored-by: Peter Sobolewski <[email protected]>
Should we also add the bot usage here, and @Czaki does the bot work in the docs repo? |
Hi folks, not sure what the next step is here. Maybe we should close since the action runs automatically? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added a few suggestions with information that should be added, but I think that not using my wording. If you agree with me, feel free to write it the own way.
92da5eb
to
1dc0756
Compare
Updated, thanks @Czaki ! |
will try to find time later but not want to block
Thanks @melissawm ❤️ |
Hi friends, any last comments? |
References and relevant issues
N/A
Description
Adds a short guide on updating the constraints files for core developers. I wonder if we should automate this with a bot or action (expanding the update test constraints action perhaps?)