Releases: mamba-org/provision-with-micromamba
Releases · mamba-org/provision-with-micromamba
v16
⛔️ 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
- Fix #112 (channels overridden even if empty)
v14
v13
- Fix
channels
andchannel-priority
settings - Support linux-aarch64 and osx-arm64 runners
- Support
sel(unix)
v12
- Add new options
channels
,condarc-file
,channel-priority
,log-level
,installer-url
,condarc-options
- Add download caching and environment caching
- Support
sel(...)
selectors inextra-specs
- Add support for using inside Docker containers
- Allow
extra-specs
only with noenvironment-file
- Fix Bash + Windows
v11
- 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 thePATH
v10
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
- 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
Added
- Added the
environment-name
option to set the name of the created environment
v7
Fixed bug where downloads of the micromamba executable failed if the path already exists.