8000 needs a --pre to test next pip · winpython/winpython@40f5950 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40f5950

Browse files
committed
needs a --pre to test next pip
1 parent 312bfdf commit 40f5950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ def make(
19911991
self.distribution.patch_standard_packages('pip')
19921992
# not forced update of pip (FIRST) and setuptools here
19931993
for req in ('pip', 'setuptools', 'winpython'):
1994-
actions = ["install", "--upgrade", req]
1994+
actions = ["install", "--upgrade", "--pre", req]
19951995
if self.install_options is not None:
19961996
actions += self.install_options
19971997
print("piping %s" % ' '.join(actions))

0 commit comments

Comments
 (0)
0