Releases: conda-incubator/setup-miniconda
Releases · conda-incubator/setup-miniconda
Version 2.1.0
v2.1.0 (2021-03-29)
Features
- #130 installs all extra tools (e.g.
conda-build
) in a single solve - #133, #138, and #140 add first-class support for Miniforge (and
Mambaforge) - #137 allows
activate-environment
to be a path-like prefix
Documentation
- #115 adds extra information on default environment activation.
Fixes
Development
Release v2.0.1
Release 2.0.0
Release 1.7.0
- Fixed a bug on post section with removing conda files.
- Add x32 support for some machines.
Release 1.6.0
This release adds mamba support!
Release v1.5.0
- This action now allows for the installation of custom installers (like the miniforge ones!).
- Fixed an issue with conflicting channels on
environment.yml
files and the action input channels.
Release v1.4.1
Fix a small regression on windows systems.
Minor release 1.4.0 with post step
Add a post step to remove any uncompressed packages found in the packages dir, so the cache can also save packages that were installed in different steps from the action step.
Release v1.3.1
Fix regression in systems where the cache folder has not been created.
Release v1.3.0
This version now adds the possibility of using the cache action to cache downloaded conda packages and (hopefully) reduce build times.