After #194, setup-uv now exports the env var VIRTUAL_ENV. The top level project API (e.g., uv sync) does not respect this and emits the following warning:
warning: `VIRTUAL_ENV=.venv/bin` does not match the project environment path `.venv` and will be ignored` upon invocation.
I understand the reasoning behind the change, but I think it should be opt-in rather than the default.
After #194, setup-uv now exports the env var
VIRTUAL_ENV. The top level project API (e.g.,uv sync) does not respect this and emits the following warning:I understand the reasoning behind the change, but I think it should be opt-in rather than the default.