From the readme it is not very clear to me have to enable the download cache.
I tried:
- name: Set conda environment
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: environment.yaml
environment-name: myenv
cache-env: true
but this gives
Cache miss for key 'micromamba-bin https://micro.mamba.pm/api/micromamba/win-64/latest Fri Mar 04 2022'
Also it is unclear to me if I'd rather should use cache-env or cache-downloads