Skip to content

Commit 51a8252

Browse files
committed
Revert "Cirrus download mambaforge during populate rather than fingerprint step."
This reverts commit 78a85ad.
1 parent e1f7053 commit 51a8252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)