-
Notifications
You must be signed in to change notification settings - Fork 13
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
Switching GitHub Actions to uv
#147
Conversation
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.
This is wonderful, thank you very much! Everything looks good, except I don't see the uv version pinned in the action? That would be the only change I'd like to see.
@GJBoth I've set the |
@GJBoth thanks for merging. I saw that ruff failed on the main branch 🤔 I'm looking into it |
Looks While the one in my fork used Should we do a new commit to reformat with |
Thanks @ebezzam! |
@ebezzam Well that's bad luck if I ever saw it... |
I agree. I'll make a new PR for that, and add some info on setting up pre-commit hooks so that formatting is better integrated in the workflow. |
As the title says, the GitHub Actions have been updated to use
uv
, according to their recommendations.Other changes:
--check
flag to do this, and used ruff to reformat files locally (hence the many files changes)l
)uv