10000 Use ``--upgrade-strategy=eager`` for pip · python/docsbuild-scripts@b25088d · GitHub
[go: up one dir, main page]

Skip to content

Commit b25088d

Browse files
authored
Use --upgrade-strategy=eager for pip
1 parent 2135304 commit b25088d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ def build_venv(self):
790790
run([sys.executable, "-m", "venv", venv_path])
791791
run(
792792
[venv_path / "bin" / "python", "-m", "pip", "install", "--upgrade"]
793+
+ ["--upgrade-strategy=eager"]
793794
+ [self.theme]
794795
+ self.version.requirements,
795796
cwd=self.checkout / "Doc",

0 commit comments

Comments
 (0)
0