Skip to content
Snippets Groups Projects
Commit da35aa30 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Bump default conda version to 4.5.4

parent 46e98902
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -13,7 +13,7 @@ Role Variables
--------------
```yaml
conda_version: 4.5.1
conda_version: 4.5.4
miniconda_version: Miniconda3-4.3.31
miniconda_installer: "{{miniconda_version}}-Linux-x86_64.sh"
miniconda_installer_md5: 7fe70b214bee1143e3e3f0467b71453c
......
---
conda_version: 4.5.1
conda_version: 4.5.4
miniconda_version: Miniconda3-4.3.31
miniconda_installer: "{{miniconda_version}}-Linux-x86_64.sh"
miniconda_installer_md5: 7fe70b214bee1143e3e3f0467b71453c
......
......@@ -17,7 +17,7 @@ def test_conda_user(host):
def test_conda_version(host):
cmd = host.run('/opt/conda/bin/conda --version 2>&1')
assert cmd.rc == 0
assert cmd.stdout.strip() == 'conda 4.5.1'
assert cmd.stdout.strip() == 'conda 4.5.4'
def test_conda_path(host):
......
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