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

[bootstrap] Be less verbose

parent 7eadf62d
No related branches found
No related tags found
No related merge requests found
......@@ -352,7 +352,6 @@ if __name__ == '__main__':
'miniconda'), verbose=True)
prefix = os.environ['CONDA_ROOT']
logger.info('os.environ["%s"] = %s', 'CONDA_ROOT', prefix)
install_miniconda(prefix)
conda_bin = os.path.join(prefix, 'bin', 'conda')
......
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