mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-06-03 02:55:33 +00: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