Skip to content

install_reqs propagates only PIP environment variables, not UV ones #413

Description

@agriyakhetarpal

# propagate PIP config from build_env to current environment
with common.replace_env(
os.environ | {k: v for k, v in build_env.items() if k.startswith("PIP")}
):
env.install(reqs)

This is an unrelated issue I discovered locally when reviewing #412.

We should pass all uv-based environment variables here as well

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions