Skip to content

Add env variable and cache lines for caching Conda packages.

What does this MR do and why?

This MR adds a few simple lines that enable package caching when using the Conda package manager.

Conda is a package manager that is very popular in the Data Science and Scientific Computing community. It is based on Python but doesn't only package Python libraries but all sorts of third party libraries. Therefore, downloads can become quite large quickly. Caching really makes sense here.

How to set up and validate locally

No need.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

citemplates

Merge request reports