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

Merge branch 'pin-conda-4-6' into 'master'

Pin conda to 4.6 to avoid upgrade issues (bis)

See merge request !95
parents d5818a9c cbe860ab
No related branches found
No related tags found
1 merge request!95Pin conda to 4.6 to avoid upgrade issues (bis)
Pipeline #32467 passed
...@@ -422,7 +422,7 @@ if __name__ == "__main__": ...@@ -422,7 +422,7 @@ if __name__ == "__main__":
with open(condarc, "wt") as f: with open(condarc, "wt") as f:
f.write(_BASE_CONDARC) f.write(_BASE_CONDARC)
conda_version = "4" conda_version = "4.6"
conda_build_version = "3.16" conda_build_version = "3.16"
conda_verify_version = "3" conda_verify_version = "3"
......
...@@ -31,7 +31,7 @@ requirements: ...@@ -31,7 +31,7 @@ requirements:
- black >=19 - black >=19
- click >=7 - click >=7
- click-plugins - click-plugins
- conda=4 - conda=4.6
- conda-build=3.16 - conda-build=3.16
- conda-verify=3 - conda-verify=3
- certifi - certifi
......
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