-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update pip install calls in scripts to use uv. And messages to reference current executable #13597
Conversation
…l_third_party_dependencies`
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.
Nit: We should probably mention this to avoid assuming uv
in later changes to this script.
Post-merge this undoes the changes in #13706 and unconditionally uses CC @srittau and @donBarbos |
This doesn't force working with a virtual environment nor using a specific name for your venv (
uv pip
anduv run --active
will reuse your activated environment)Note I didn't touch
python
/python3
in docs this PR.I'm also leaving GitHub jobs to a separate self-contained PR.