Skip to content

Commit

Permalink
update the umamba GHA link (#2542)
Browse files Browse the repository at this point in the history
* update the umamba GHA link

* missed a spot
  • Loading branch information
ocefpaf authored May 25, 2023
1 parent 2dec4ae commit fb3c4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ See the [repoquery documentation](https://mamba.readthedocs.io/en/latest/user_gu

`micromamba` can be used to install lock files generated by [conda-lock](https://conda.github.io/conda-lock/) without having to install `conda-lock`. Simply invoke e.g. `micromamba create -n my-env -f conda-lock.yml` with an environment lockfile named `*-lock.yml` or `*-lock.yaml`.

### provision-with-micromamba (setup-miniconda replacement)
### setup-micromamba (setup-miniconda replacement)

[provision-with-micromamba](https://github.com/marketplace/actions/provision-with-micromamba) is a replacement for [setup-miniconda](https://github.com/marketplace/actions/setup-miniconda) that uses `micromamba`.
[setup-micromamba](https://github.com/marketplace/actions/setup-micromamba) is a replacement for [setup-miniconda](https://github.com/marketplace/actions/setup-miniconda) that uses `micromamba`.
It can significantly reduce your CI setup time by:

- Using `micromamba`, which takes around 1 s to install.
Expand Down

0 comments on commit fb3c4c7

Please sign in to comment.