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

[bootstrap] Fix proper conda-build version to 3.16 (see bob/bob.conda!398)

parent e886ebb1
No related branches found
No related tags found
Loading
Pipeline #26796 failed
...@@ -383,7 +383,7 @@ if __name__ == '__main__': ...@@ -383,7 +383,7 @@ if __name__ == '__main__':
f.write(_BASE_CONDARC) f.write(_BASE_CONDARC)
conda_version = '4' conda_version = '4'
conda_build_version = '3' conda_build_version = '3.16'
conda_verbosity = [] conda_verbosity = []
#if args.verbose >= 2: #if args.verbose >= 2:
......
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