NCAR / geocat-comp

GeoCAT-comp provides implementations of computational functions for operating on geosciences data. Many of these functions originated in NCL and were translated into Python.
https://geocat-comp.readthedocs.io
Apache License 2.0
129 stars 56 forks source link

Pinning micromamba for CI #645

Closed anissa111 closed 1 month ago

anissa111 commented 1 month ago

PR Summary

This PR adds a micromamba-version: '1.5.10-0' to the environment set up steps of:

Note that this is not also done in the retry environment set up steps because we're specifically not downloading micromamba in those steps.

Along with this PR, I will also need to invalidate the existing caches to have this change work for workflows that have a cached environment (edit: done)

See these logs from my fork to see successful CI.

PR Checklist

General

anissa111 commented 1 month ago

See https://github.com/mamba-org/micromamba-releases/issues/58