Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caching #148

Closed
karkir0003 opened this issue Sep 19, 2023 · 4 comments
Closed

caching #148

karkir0003 opened this issue Sep 19, 2023 · 4 comments

Comments

@karkir0003
Copy link

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
Copy link
Member

pavelzw commented Sep 19, 2023

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
Copy link
Collaborator

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

@pavelzw
Copy link
Member

pavelzw commented Sep 26, 2023

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

@pavelzw pavelzw closed this as completed Sep 26, 2023
@karkir0003
Copy link
Author

Thanks @pavelzw. I was able to unblock myself!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants