-
-
Notifications
You must be signed in to change notification settings - Fork 121
Update cattrs tests #633
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
Update cattrs tests #633
Conversation
I see actions/setup-python@v5 is being used here. In my own CI I've just switched to letting uv handle the Python installation for me. |
Thanks! I'd be open to switching to setup-uv here. |
Yeah, I think when we first started using uv in parts of this workflow, uv wasn't yet able to install Python for you and setup-uv didn't yet exist (just the curl command). I'm also open to modernising it a bit! |
I switched everything to |
For the ones where we're manually You'll also need to pin the action to an exact hash to make zizmor happy in pre-commit, I think! |
Updates the CI configuration for cattrs to use uv.
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.
LGTM, thanks!
Updates the CI configuration for cattrs to use uv.