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

Update conda to 4.7.12

parent fb8d6651
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ This role includes as well a conda module that can be used to manage conda packa ...@@ -12,7 +12,7 @@ This role includes as well a conda module that can be used to manage conda packa
## Role Variables ## Role Variables
```yaml ```yaml
conda_version: 4.7.11 conda_version: 4.7.12
conda_channel_alias: https://artifactory.esss.lu.se/artifactory/api/conda conda_channel_alias: https://artifactory.esss.lu.se/artifactory/api/conda
# List of conda channels to use # List of conda channels to use
conda_channels: conda_channels:
......
--- ---
conda_version: 4.7.11 conda_version: 4.7.12
conda_channel_alias: https://artifactory.esss.lu.se/artifactory/api/conda conda_channel_alias: https://artifactory.esss.lu.se/artifactory/api/conda
# List of conda channels to use # List of conda channels to use
conda_channels: conda_channels:
......
...@@ -8,7 +8,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner( ...@@ -8,7 +8,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
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.7.11' assert cmd.stdout.strip() == 'conda 4.7.12'
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