File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ generic:
23
23
conda config --system --prepend channels conda-forge
24
24
conda config --system --set auto_update_conda false
25
25
conda config --system --set show_channel_urls true
26
- sync && conda clean -tipsy && sync
26
+ sync && conda clean --all && sync
27
27
{% endif -%}
28
28
{% if miniconda.yaml_file -%}
29
29
conda env create {{ miniconda.conda_opts|default("-q") }} --name {{ miniconda.env_name }} --file {{ miniconda.yaml_file }}
@@ -40,7 +40,7 @@ generic:
40
40
'{{ pkg }}'
41
41
{%- endif -%}
42
42
{% endfor %}
43
- sync && conda clean -tipsy && sync
43
+ sync && conda clean --all && sync
44
44
{% endif -%}
45
45
{% if miniconda.pip_install is not none -%}
46
46
bash -c "source activate {{ miniconda.env_name }}
You can’t perform that action at this time.
0 commit comments