mamba-org / setup-micromamba

GitHub Action to set up micromamba
MIT License
97 stars 15 forks source link

Add download-micromamba #179

Closed pavelzw closed 10 months ago

pavelzw commented 10 months ago

Fixes #164

jonashaag commented 10 months ago

I don't like the name. How about skip-micromamba-download or download-micromamba: false? Or micromamba-binary: <path> where path can be an absolute path or just 'micromamba'

Alternatively to this PR we could default to checking PATH and only download if nothing was found?