Skip to content

Releases: conda-incubator/setup-miniconda

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.

Release v1.2.0

11 May 23:50
Compare
Choose a tag to compare

Add additional configuration options as the action input, including:

  • allow-softlinks
  • channel-priority
  • show-channel-urls
  • use-only-tar-bz2

Release v1.1.4

07 May 01:14
Compare
Choose a tag to compare