Skip to content

Cache downloaded files in CI jobs

Duncan Macleod requested to merge duncanmmacleod/conda:ci-cache-download into testing

This MR updates the CI configuration to cache downloaded files in CI jobs by caching $CI_PROJECT_DIR/.cache/*/download; this may improve stability as less applications will attempt to redownload files and fail with network timeouts etc.

Merge request reports