-
Notifications
You must be signed in to change notification settings - Fork 2
Update GitHub actions, use setup-uv action
#31
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
|
Seems to work fine, though some repos override |
|
Hmm. Looks like the new Will take a look... EDIT: Fixed (or worked around) with #32 |
This updates the following GitHub actions:
setup-pythonaction from v5 to v6checkoutaction from v4 to v6cacheaction from to v4 v5upload-artifactaction from v4 to v6download-artifactaction from v4 to v7This also changes the CI workflow to use the
setup-uvaction, instead of running the install script.Note:
enable-cacheisfalseas we cache the entire venv anyway, so I don't think we need to have UV cache something as well.