Skip to content
Snippets Groups Projects

[bootstrap] Remove usage of conda clean --lock, which does nothing with conda 4.6 anyway

Merged André Anjos requested to merge conda-4-6-clean into master
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
+ 0
3
@@ -437,8 +437,5 @@ if __name__ == '__main__':
run_cmdline([conda_bin, 'create'] + conda_verbosity + channels + \
['-n', args.envname, 'bob.devtools'])
# clean up
run_cmdline([conda_bin, 'clean'] + conda_verbosity + ['--lock'])
# print conda information for debugging purposes
run_cmdline([conda_bin, 'info'] + conda_verbosity)
Loading