Skip to content

Releases: conda-incubator/setup-miniconda

Version 2.1.0

29 Mar 15:37
Compare
Choose a tag to compare

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

  • #120 allows channels to be null
  • #148 allows use of 32-bit installers on Linux

Development

Release v2.0.1

29 Nov 20:26
Compare
Choose a tag to compare

Fixes
#97 fixes installer-url on Windows.
#94, #95 catches ignored errors when an environment file contains invalid section names #93.
#100 fixes mamba not being available on Windows if using a bash shell #59.

Release 2.0.0

09 Nov 02:26
Compare
Choose a tag to compare

Fixes

  • #79 fixes GitHub deprecation warnings #78.

Features

  • #61, #74 adds support for explicit environment specifications.

Release 1.7.0

19 Aug 21:00
Compare
Choose a tag to compare
  • Fixed a bug on post section with removing conda files.
  • Add x32 support for some machines.

Release 1.6.0

11 Jun 13:53
f5af664
Compare
Choose a tag to compare

This release adds mamba support!

Release v1.5.0

28 May 17:12
Compare
Choose a tag to compare
  • 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

22 May 20:54
Compare
Choose a tag to compare

Fix a small regression on windows systems.

Minor release 1.4.0 with post step

22 May 14:59
Compare
Choose a tag to compare

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

18 May 02:01
Compare
Choose a tag to compare

Fix regression in systems where the cache folder has not been created.

Release v1.3.0

14 May 18:51
Compare
Choose a tag to compare

This version now adds the possibility of using the cache action to cache downloaded conda packages and (hopefully) reduce build times.