File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ linux_task:
4545 mamba_cache :
4646 folder : ${HOME}/mambaforge
4747 fingerprint_script :
48+ - wget --quiet https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh -O mambaforge.sh
4849 - echo "${CIRRUS_OS} $(sha256sum mambaforge.sh)"
4950 - echo "${MAMBA_CACHE_PACKAGES}"
5051 - echo "$(date +%Y).$(expr $(date +%U) / ${CACHE_PERIOD}):${MAMBA_CACHE_BUILD}"
5152 populate_script :
52- - wget --quiet https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh -O mambaforge.sh
5353 - bash mambaforge.sh -b -p ${HOME}/mambaforge
5454 - conda config --set always_yes yes --set changeps1 no
5555 - conda config --set show_channel_urls True
You can’t perform that action at this time.
0 commit comments