-
Notifications
You must be signed in to change notification settings - Fork 551
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
Add support for caching uv
#818
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
0c8c22e
to
89052ad
Compare
CC @HarithaVattikuti / @aparnajyothi-y / @priya-kinthali This should be merged: uv is becoming quite popular. |
Please let me know if there's anything you need from the Astral team. |
So exited for this! |
This PR makes the Hyperion repo use `uv` during ci tests. `uv` is a replacement for `pip` written in rust. Ideally, ci tests should now be quicker ! No expected breakage from this PR since we don't use special pip functionalities (see https://astral.sh/blog/uv) We'll use the official setup python gh action with uv when it will be merged or implemented (see actions/setup-python#818).
@dmitry-shibanov , @konradpabjan , how can this PR be expedited? 😇 |
Any update on this issue? |
Rebased, rudimentary tests added. |
I hope this really gets attention from one of the maintainers. The fact that CI pipelines are not even running without approval seems bit hostile to me. Let's hope is not by design... Maybe @Jcambass or @HarithaVattikuti can give us a hand here? |
FYI https://github.com/astral-sh/setup-uv is a GitHub Action developed as a drop-in replacement for
|
Description
This PR adds support for
cache: uv
, for the newuv
package manager.Check list: