Skip to content

Commit c9cdad3

Browse files
committed
Do not record internal commands
- mv from cached directory to asdf - asdf reshim
1 parent 0c7c483 commit c9cdad3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs/doc_builder/python_environments.py

+3
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def install_build_tools(self):
9898
]
9999
self.build_env.run(
100100
*cmd,
101+
record=False,
101102
)
102103

103104
for tool, version in self.config.build.tools.items():
@@ -126,6 +127,7 @@ def install_build_tools(self):
126127
]
127128
self.build_env.run(
128129
*cmd,
130+
record=False,
129131
)
130132
else:
131133
log.debug(
@@ -173,6 +175,7 @@ def install_build_tools(self):
173175
]
174176
self.build_env.run(
175177
*cmd,
178+
record=False,
176179
)
177180

178181
if all([

0 commit comments

Comments
 (0)