Skip to content

Commit ed32434

Browse files
grammy-jiangzsimic
authored andcommitted
Update additional packages installation
1 parent 89a6201 commit ed32434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portable_python/cpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def _finalize(self):
229229

230230
self.run_python(cmd)
231231

232-
self.run_python("-mpip", "install", *runez.flattened(additional))
232+
self.run_python("-mpip", "install", "--no-cache-dir", "--upgrade", *runez.flattened(additional))
233233

234234
runez.abort_if(not runez.DRYRUN and not self.bin_python, f"Can't find bin/python in {self.bin_folder}")
235235
PPG.config.ensure_main_file_symlinks(self)

0 commit comments

Comments
 (0)