Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d49c449

Browse filesBrowse files
keithJonathon Belotti
and
Jonathon Belotti
authored
Pass --isolated to pip wheel invocation (bazel-contrib#389)
This fixes the same issue as bazel-contrib#232 but in another place. Co-authored-by: Jonathon Belotti <jonathon@canva.com>
1 parent 5e92eac commit d49c449
Copy full SHA for d49c449

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎python/pip_install/extract_wheels/__init__.py

Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def main() -> None:
7979
)
8080
args = parser.parse_args()
8181

82-
pip_args = [sys.executable, "-m", "pip", "wheel", "-r", args.requirements]
82+
pip_args = [sys.executable, "-m", "pip", "--isolated", "wheel", "-r", args.requirements]
8383
if args.extra_pip_args:
8484
pip_args += json.loads(args.extra_pip_args)["args"]
8585

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.