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

Update conda to 4.5.10

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