Skip to content
Snippets Groups Projects
Commit ed1a3c95 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

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

parent a41a60ca
No related branches found
No related tags found
1 merge request!5[bootstrap] Remove usage of conda clean --lock, which does nothing with conda 4.6 anyway
Pipeline #26350 passed
...@@ -437,8 +437,5 @@ if __name__ == '__main__': ...@@ -437,8 +437,5 @@ if __name__ == '__main__':
run_cmdline([conda_bin, 'create'] + conda_verbosity + channels + \ run_cmdline([conda_bin, 'create'] + conda_verbosity + channels + \
['-n', args.envname, 'bob.devtools']) ['-n', args.envname, 'bob.devtools'])
# clean up
run_cmdline([conda_bin, 'clean'] + conda_verbosity + ['--lock'])
# print conda information for debugging purposes # print conda information for debugging purposes
run_cmdline([conda_bin, 'info'] + conda_verbosity) run_cmdline([conda_bin, 'info'] + conda_verbosity)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment