Skip to content

Commit

Permalink
Append our core conda dependencies to environment.yml (#5986)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored and agjohnson committed Jul 25, 2019
1 parent d1d4b8a commit 00b14ba
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 @@ -510,6 +510,7 @@ def _append_core_requirements(self):
break

dependencies.append(pip_dependencies)
dependencies.extend(conda_requirements)
environment.update({'dependencies': dependencies})
try:
outputfile = codecs.open(
Expand Down

0 comments on commit 00b14ba

Please sign in to comment.