mamba-org / setup-micromamba

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

caching #148

Closed karkir0003 closed 1 year ago

karkir0003 commented 1 year ago

is the setup-micromamba action compatible with using Github's Cache V3 action? If so, can someone provide example .yml file

https://github.com/actions/cache

@mfisher87 , @pavelzw

pavelzw commented 1 year ago

It uses the caching API from the @actions/cache JavaScript library. For examples on how to use caching with setup-micromamba: https://github.com/mamba-org/setup-micromamba?tab=readme-ov-file#caching

jonashaag commented 1 year ago

@karkir0003 please do a minimum of research yourself and report your findings before opening an issue.

pavelzw commented 1 year ago

If you don't use the integrated caching mechanisms, you can use the actions/cache action in any way you like.

karkir0003 commented 1 year ago

Thanks @pavelzw. I was able to unblock myself!