Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Mar 30, 2019
1 parent 0d3d9f9 commit e1b8118
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Change log
##########

- Version 1.4.1 March 30, 2019

- Fix typo in tasks.py

- Version 1.4.0 March 30, 2019

- Only conda requirements in default config. Required packages were added to
Expand Down
2 changes: 1 addition & 1 deletion roberto/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def install_requirements(ctx): # pylint: disable=too-many-branches
with tempfile.TemporaryDirectory() as tmpdir:
rendered_path = os.path.join(tmpdir, "rendered.yml")
ctx.run(
"conda render -f {} {} --variants \"{}\"".format(
"conda render -f {} {} --variants {}".format(
rendered_path, recipe_dir, ctx.conda.variants),
env={"PROJECT_VERSION": ctx.git.tag_version})
with open(rendered_path) as f:
Expand Down

0 comments on commit e1b8118

Please sign in to comment.