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

[bootstrap/conda] Pin conda=4.6 to fix "conda update" issues on base env

parent 3ed6873b
No related branches found
No related tags found
1 merge request!80Update bob devel / pin conda to 4.6
Pipeline #32301 passed
......@@ -386,7 +386,7 @@ if __name__ == '__main__':
with open(condarc, 'wt') as f:
f.write(_BASE_CONDARC)
conda_version = '4.16'
conda_version = '4.6'
conda_build_version = '3.16'
conda_verify_version = '3'
......
......@@ -30,7 +30,7 @@ requirements:
- setuptools
- click >=7
- click-plugins
- conda=4.16
- conda=4.6
- conda-build=3.16
- conda-verify=3
- certifi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment