Skip to content

Commit

Permalink
work around conda issue 7341
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Jul 10, 2018
1 parent 787340b commit 3f68b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def addCondaSetupTestEnvironmentSteps(factory, packages=['python'],
ShellCommand(
name = 'conda_create',
command = ['conda', 'create',
'-vv', # https://github.com/conda/conda/issues/7341
'-n', WithProperties(conda_env_name)] +
map(WithProperties, packages) +
([] if update_deps else ['--no-update-deps']) +
Expand Down

0 comments on commit 3f68b25

Please sign in to comment.