Skip to content

Commit

Permalink
Use a cwd where the user has access inside the container (#5949)
Browse files Browse the repository at this point in the history
Use a cwd where the user has access inside the container
  • Loading branch information
humitos committed Jul 17, 2019
2 parents 0f47f05 + 0f0b7f4 commit 44d5510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/doc_builder/python_environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def _update_conda_startup(self):
'--name=base',
'--channel=defaults',
'conda',
cwd=self.checkout_path,
)

def setup_base(self):
Expand Down

0 comments on commit 44d5510

Please sign in to comment.