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
Conglomerated changes to optimize venv usage in pipeline (#42486)
* conglomerated changes to venv usage within the CI pipeline. The path prepend + VIRTUAL_ENVIRONMENT setting
is definitely enough to make the virtualenv available to the rest of the system cross-task
* Add eng/pipelines/templates/steps/install-uv.yml
* Add install-uv to use-venv -> also making $(PIP_EXE) available to the rest of the pipeline thereafter and add
parameter InstallUv
* utilize $(PIP_EXE) everywhere that `python -m pip` used to be used. InstallUv step now sets this value
properly to reflect which package manager is selected for the rest of the pipeline'
* adjustments to the flow of build-test to eliminate a usage of python 3.10 that was unnecessary
0 commit comments