Skip to content

Commit

Permalink
Add section about micromamba versions
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Nov 25, 2024
1 parent a886bc6 commit 8c455d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ GitHub Action to set up the [micromamba](https://github.com/mamba-org/mamba#micr
To see all available input arguments, see the [`action.yml`](action.yml) file.

### Micromamba version

You can specify the version of micromamba to be installed using the `micromamba-version` input.

```yml
- uses: mamba-org/setup-micromamba@v1
with:
# Any version from https://github.com/mamba-org/micromamba-releases
micromamba-version: '1.5.6-0'
```

### Environment creation

`setup-micromamba` allows you to create micromamba environments from an environment file or from a list of packages.
Expand Down

0 comments on commit 8c455d7

Please sign in to comment.