8000 Run pip freeze after installing requirements (#132) · python/docsbuild-scripts@2d1c637 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d1c637

Browse files
authored
Run pip freeze after installing requirements (#132)
It appears that the venv keeps breaking: python/cpython#91483 I'm not sure how to best help investigate, but adding some more logging seems like it could be useful :-)
1 parent 681fd2c commit 2d1c637

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
@@ -786,6 +786,7 @@ def build_venv(self):
786786
+ [self.theme]
787787
+ self.version.requirements
788788
)
789+
run([venv_path / "bin" / "python", "-m", "pip", "freeze", "--all"])
789790
self.venv = venv_path
790791

791792
def copy_build_to_webroot(self):

0 commit comments

Comments
 (0)
0