v2.3.0 (2023-11-22)
- #263 Update links to GitHub shell docs
- #289 Consider leading with conda activation does not work on sh, please use bash
- #296 Update Miniconda architectures (enables M1 = osx-arm64 runners)
- #273 Bump json5 from 1.0.1 to 1.0.2
- #293 Remove Python 2.7 from test matrix (EOL since April 2020, >4 years)
- #294 Update dependencies
- #295 Add dependabot config to update action versions in workflows by
- #300 Fix CI (lint + examples)
- #304 Fix CI: Remove not working example-13, use Miniforge in example-6
v2.2.0 (2021-11-11)
- #187 Document missing bundled conda for self hosted runners
- #200 Provided instructions on how to cache deployed environments for Miniforge variants.
- #246 Fix broken link in README.
- #251 Fix typo in README.
- #256 Update bash commands to include error flag.
- #234 Add input option (
run-post: false
) to skip post processing.
- #189 Error on miniconda-version not specified instead of when it is specified.
- #190 Add regression checks for pinning python version in the created environment.
- #209 Do not move non-existing files.
- #212 Fix caching example. No need to hardcode paths. Write date to step output.
- #230 Fix path handling inconsistency in installer caching.
- #210 Use 'npm run ...' to run scripts.
- #233 Add deprecation warning on
master
branch. - #252 use Node.js 16 instead of deprecated Node.js 12
- #257 Update dependencies.
v2.1.1 (2021-03-31)
- #163 leaves the patched
setup-miniconda-patched-{environment.yml}
in-place ifclean-patched-environment-file: false
is given (otherwise cleans up after itself) - #163 adds action outputs
environment-file
,environment-file-content
andenvironment-file-was-patched
- #161 restores proper ordering of
channels
whenenvironment-file
is patched - #163 if necessary, writes
setup-miniconda-patched-environment.yml
to the same location to work with relative paths, e.g.pip: ["-r requirements.txt"]
v2.1.0 (2021-03-29)
- #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
- #115 adds extra information on default environment activation.
v2.0.1 (2020-11-29)
- #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 abash
shell #59.
v2.0.0 (2020-11-08)
v1.7.0 (2020-08-19)
- #64 fixes a bug on post section with removing conda files.
v1.6.0 (2020-07-11)
- #47 adds support for installing and using
mamba
instead ofconda
.
v1.5.0 (2020-05-28)
- #46 fixes conflicting channels on
environment.yml
files and the action input channels.
- #43 adds support for custom installers, e.g.
miniforge
v1.4.1 (2020-05-22)
- fixes a small regression on windows systems.
v1.4.0 (2020-05-22)
- #41 adds 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.
v1.3.1 (2020-05-17)
- #47 fixes regression in systems where the cache folder has not been created.
v1.3.0 (2020-05-14)
- #35 adds the possibility of using the cache action to cache downloaded conda packages and (hopefully) reduce build times.
v1.2.0 (2020-05-11)
- #33 adds additional configuration options to the action input, including:
- allow-softlinks
- channel-priority
- show-channel-urls
- use-only-tar-bz2
v1.1.4 (2020-05-06)
- fixes regression on shell environment variable checking.
v1.1.3 (2020-05-06)
- #28 fixes some small issues.
- #22 adds new URL for downloading packages.
v1.1.2 (2020-04-11)
- fixes regression with file permissions.
v1.1.1 (2020-04-11)
- fixes some channel issues.
v1.1.0 (2020-04-11)
- #11 fix pipefail issues.
- #17 add
channels
support.
v1.0.2 (2019-12-23)
- #6 fixes windows environment activation
v1.0.1 (2019-12-19)
- first official release!