-
Notifications
You must be signed in to change notification settings - Fork 671
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
[docs] Migrate fromconda
to uv
#6060
base: master
Are you sure you want to change the base?
Conversation
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
Signed-off-by: chmod77 <[email protected]>
Signed-off-by: chmod77 <[email protected]>
Signed-off-by: chmod77 <[email protected]>
a99e3e5
to
73e6e77
Compare
I think we will also need to:
@cosmicBboy Does this make sense? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6060 +/- ##
=======================================
Coverage 37.10% 37.10%
=======================================
Files 1318 1318
Lines 132326 132326
=======================================
+ Hits 49099 49100 +1
+ Misses 78955 78954 -1
Partials 4272 4272
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@cosmicBboy @eapolinario |
looks like they're being used in the Docker-based docs build command here: Lines 94 to 103 in ba331fd
Not sure if this is used |
Why are the changes needed?
conda
/mini-conda
withuv
as the preferred package management toolchainuv
provides comprehensive project management, with a universal lockfileWhat changes were proposed in this pull request?
uv.lock
file and its accompanyingpyproject.toml
file.conda
environment config with the uv setup.to show how to setup and build the docs.
How was this patch tested?
uv.lock
: (pinned the requirements from the conda environment)Setup process
uv sync
to configure the project and environmentCheck all the applicable boxes