Skip to content

Commit 39052d7

Browse files
committed
fix: pipstar env var is now respected
1 parent b2435b4 commit 39052d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/private/internal_config_repo.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ def _internal_config_repo_impl(rctx):
139139
internal_config_repo = repository_rule(
140140
implementation = _internal_config_repo_impl,
141141
configure = True,
142-
# TODO @aignas 2025-09-27: PIPSTAR env var bugfix
143-
environ = [],
142+
environ = [_ENABLE_PIPSTAR_ENVVAR_NAME],
144143
attrs = {
145144
"transition_setting_generators": attr.string_list_dict(),
146145
"transition_settings": attr.string_list(),

0 commit comments

Comments
 (0)