-
-
Couldn't load subscription status.
- Fork 442
feat: migrate from poetry to uv #1987
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
CodSpeed Performance ReportMerging #1987 will not alter performanceComparing 🎉 Hooray!
|
Pull Request Test Coverage Report for Build 17096137820Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
|
I just merged a fix for CI. Can you please rebase your branch? |
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.
Thanks for doing this! uv is such an improvement!
Description
Migrate from poetry to uv.
Support create virtual environment and install dependencies by:
Motivation and Context
I made a simple test which show that uv is much more quickly than poetry:
For people who change the default index url of uv (e.g.:
export UV_DEFAULT_INDEX="https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"), runuv syncormake depswill change the source registry in uv.lock, in that case you can run the following script to rollback it back when contributing:How Has This Been Tested?
make ci
Checklist: