Skip to content

Speedup installation of the conda environment installation #6

@JoranAngevaare

Description

@JoranAngevaare

Install conda requirements faster

In #1 we introduced installing the dependencies using miniforge to build a conda environment. This then took about 5 minutes to resolve the required versions of all the involved software.

We can speedup this installation time using either:

  1. A full, hard-coded set of the required conda dependencies, like we did in a1656a3. This has the downside that we might be pinning a lot of dependencies that are not the most important for the software we want to run. If packages get out of date or get incompatible, this might require more maintenance.
  2. We can also utilize the caching capabilities of github actions: https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#caching

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions