Skip to content

Commit 82b7420

Browse files
committed
remove --isolated flag from default pip options
closes #176 maybe #177 too
1 parent 3117dc5 commit 82b7420

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/pip.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ function installRequirements(
4444
options.pythonBin,
4545
'-m',
4646
'pip',
47-
'--isolated',
4847
'install',
4948
'-t',
5049
dockerPathForWin(options, targetRequirementsFolder),

0 commit comments

Comments
 (0)