Skip to content

Releases: mamba-org/provision-with-micromamba

v16

22 May 12:49
3c96c0c
Compare
Choose a tag to compare

⛔️ With this release, we are deprecating this project.

Please use the mamba-org/setup-micromamba action instead.

See the migration guide for instructions how to migrate from provision-with-micromamba to setup-micromamba.

v15

20 Jan 10:30
e2b397b
Compare
Choose a tag to compare
  • Fix #112 (channels overridden even if empty)

v14

25 Oct 15:13
f347426
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13...v14

v13

29 Aug 14:40
a319a81
Compare
Choose a tag to compare
  • Fix channels and channel-priority settings
  • Support linux-aarch64 and osx-arm64 runners
  • Support sel(unix)

v12

22 Jun 06:58
34071ca
Compare
Choose a tag to compare
  • Add new options channels, condarc-file, channel-priority, log-level, installer-url, condarc-options
  • Add download caching and environment caching
  • Support sel(...) selectors in extra-specs
  • Add support for using inside Docker containers
  • Allow extra-specs only with no environment-file
  • Fix Bash + Windows

v11

24 Oct 08:15
2dbcc88
Compare
Choose a tag to compare
  • Retry downloads multiple times to avoid flaky network
  • extra-specs config parameter to add additional dependencies not specified in the yml file
  • use tar on Windows
  • move micromamba binary outside of the workdir (it's now placed in ~/micromamba-bin/micromamba)
  • add ~/micromamba-bin/micromamba to the PATH

v10

10 May 07:42
6f4b1b6
Compare
Choose a tag to compare

Adding support for bash and cmd.exe on Windows.
Properly adding .condarc file on Windows, too (to keep channels configured).
Going back to latest as default micromamba version.

v9

20 Apr 18:00
Compare
Choose a tag to compare
  • added micromamba-version input. Currently defaults to 0.9.2 (use "latest" to get the bleeding edge release)
  • added .condarc file handling to windows as well
  • print micromamba info after building environment

v8

24 Feb 18:15
0f7b39a
Compare
Choose a tag to compare

Added

  • Added the environment-name option to set the name of the created environment

v7

14 Jan 16:36
76399eb
Compare
Choose a tag to compare

Fixed bug where downloads of the micromamba executable failed if the path already exists.