Skip to content
Snippets Groups Projects
Commit 8d7c9b90 authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Enable .conda files

parent fc7a47ba
No related branches found
No related tags found
1 merge request!8Update Conda and Mamba
Pipeline #184124 passed
......@@ -15,3 +15,4 @@ conda_env_files: []
# Name of the conda environment to activate by default
# If left empty no conda env is activated
conda_default_env: ""
conda_use_only_tar_bz2: false
......@@ -41,7 +41,7 @@ channels:
- conda-forge
default_channels: []
auto_update_conda: False
use_only_tar_bz2: True"""
use_only_tar_bz2: False"""
)
else:
assert (
......@@ -53,7 +53,7 @@ channels:
- conda-forge
default_channels: []
auto_update_conda: False
use_only_tar_bz2: True"""
use_only_tar_bz2: False"""
)
......
......@@ -5,4 +5,4 @@ channels:
{% endfor %}
default_channels: []
auto_update_conda: False
use_only_tar_bz2: True
use_only_tar_bz2: {{ conda_use_only_tar_bz2 | string }}
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