Skip to content

Commit 44d5510

Browse files
authored
Use a cwd where the user has access inside the container (#5949)
Use a cwd where the user has access inside the container
2 parents 0f47f05 + 0f0b7f4 commit 44d5510

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ def _update_conda_startup(self):
420420
'--name=base',
421421
'--channel=defaults',
422422
'conda',
423+
cwd=self.checkout_path,
423424
)
424425

425426
def setup_base(self):

0 commit comments

Comments
 (0)