You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enhancement: Use uv instead of pip during ci tests (#440)
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).
0 commit comments