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
I am trying to use the --no-build-isolation option, introduced in #2258
It's necessary to make uv/pip use the current venv when installing or building packages.
It's largely used in build systems and environments where a venv is already prepared to build/install packages.
I am finding that the option is not working when set by an environment variable? I think it might not be implemented.
Or the environment variable name/value might be something else. I've tried a few variants I could think of but that did not help.
## Summary
Hi! Added `UV_NO_BUILD_ISOLATION` as a boolean environment variable for
the `--no-build-isolation` command-line option.
Closes#3309
## Test Plan
Added new test `respect_no_build_isolation_env_var` to check that the
behaviour is the same as if the ``--no-build-isolation``
command-line-option is set.
Hello,
I am trying to use the
--no-build-isolation
option, introduced in #2258It's necessary to make uv/pip use the current venv when installing or building packages.
It's largely used in build systems and environments where a venv is already prepared to build/install packages.
I am finding that the option is not working when set by an environment variable? I think it might not be implemented.
Or the environment variable name/value might be something else. I've tried a few variants I could think of but that did not help.
uv version 0.1.39 (latest as of today)
The text was updated successfully, but these errors were encountered: