Skip to content

v1.0.1

Choose a tag to compare

@ChrsBaur ChrsBaur released this 26 Feb 16:44
· 75 commits to master since this release
6edfe47

This patch release fixes an issue with Conda package caching in GitLab CI. The caching configuration in {{ cookiecutter.project_slug }}/.gitlab-ci.yml has been updated to include the new .conda file format as well as additional cache directories.

Changes include:

  • Updated caching paths to:
    • $PIP_CACHE_DIR
    • $CONDA_PKGS_DIRS/*.conda
    • $CONDA_PKGS_DIRS/*.tar.bz2
    • $CONDA_PKGS_DIRS/urls*
    • $CONDA_PKGS_DIRS/cache

For a full list of changes, please refer to the CHANGELOG.md.