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

[bootstrap] Decrease verbosity of "conda create"

parent 0eeab86f
No related branches found
No related tags found
No related merge requests found
Pipeline #26186 failed
...@@ -383,8 +383,8 @@ if __name__ == '__main__': ...@@ -383,8 +383,8 @@ if __name__ == '__main__':
conda_build_version = '3' conda_build_version = '3'
conda_verbosity = '' conda_verbosity = ''
if args.verbose >= 2: #if args.verbose >= 2:
conda_verbosity = '-v' # conda_verbosity = '-v'
if args.verbose >= 3: if args.verbose >= 3:
conda_verbosity = '-vv' conda_verbosity = '-vv'
......
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