nextstrain / conda-base

Conda package build for nextstrain-base
https://anaconda.org/Nextstrain/nextstrain-base
1 stars 1 forks source link

CI: Add cache for Micromamba installation #57

Closed victorlin closed 6 months ago

victorlin commented 6 months ago

Description of proposed changes

This endpoint sometimes fails to resolve, so caching as a fallback should help.

Related issue(s)

Checklist

tsibley commented 6 months ago

Caching this way seems error prone to me, so I'd personally avoid it.

If resolving micro.mamba.pm is a repeat issue (but other resolution works fine…?), then we could try fetching https://raw.githubusercontent.com/mamba-org/micromamba-releases/main/install.sh instead of https://micro.mamba.pm/install.sh.

victorlin commented 6 months ago

Good suggestion @tsibley. Closing in favor of #58