-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
Feat: integrate uv in the ci pipelines and the docs #1040
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Mr-Sunglasses , is this PR complete? |
@sansyrox Yes this PR completed. |
CodSpeed Performance ReportMerging #1040 will not alter performanceComparing Summary
|
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.
Hey @Mr-Sunglasses 👋
Welcome back to the repo 😄 Just one question before we can merge.
env: | ||
UV_SYSTEM_PYTHON: 1 |
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.
one q - why is this needed
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.
ref. https://docs.astral.sh/uv/guides/integration/github/#using-uv-pip
If using the uv pip interface instead of the uv project interface, uv requires a virtual environment by default. To allow installing packages into the system environment, use the --system flag on all uv invocations or set the UV_SYSTEM_PYTHON variable.
The UV_SYSTEM_PYTHON variable can be defined in at different scopes.
Opt-in for the entire workflow by defining it at the top level:
env: | ||
UV_SYSTEM_PYTHON: 1 | ||
|
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.
same q
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.
ref. https://docs.astral.sh/uv/guides/integration/github/#using-uv-pip
If using the uv pip interface instead of the uv project interface, uv requires a virtual environment by default. To allow installing packages into the system environment, use the --system flag on all uv invocations or set the UV_SYSTEM_PYTHON variable.
The UV_SYSTEM_PYTHON variable can be defined in at different scopes.
Opt-in for the entire workflow by defining it at the top level:
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! Thank you @Mr-Sunglasses ✨
Description
This PR fixes #1020
Summary
This PR add the uv package manager to CI pipeline. This will help in increasing the CI speed.
PR Checklist
Please ensure that:
Pre-Commit Instructions: