mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-03-04 05:12:40 +01:00
venv activation was implicit when python-version was supplied. This now only happens when activate-environment is true. working-directory controls where we work and thus also where the .venv will be created Closes: #351 Closes: #271 Closes: #251 Closes: #211