ESMValGroup / ESMValCore

ESMValCore: A community tool for pre-processing data from Earth system models in CMIP and running analysis scripts.
https://www.esmvaltool.org
Apache License 2.0
42 stars 38 forks source link

Readthedocs configuration: temporary revert to miniconda before miniforge3 becomes available (remove Mambaforge) #2562

Closed valeriupredoi closed 1 month ago

valeriupredoi commented 1 month ago

Description

Sister PR to https://github.com/ESMValGroup/ESMValTool/pull/3785

Mambaforge is getting sunsetted and frequent brownouts happen, while RTD implement and made Miniforge3 available, we should revert to fully working, yet bit more peasantly, miniconda-latest. Related to #2557


Before you get started

Checklist

It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the ๐Ÿ›  Technical or ๐Ÿงช Scientific review.


To help with the number pull requests:

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.77%. Comparing base (d5c9192) to head (03ad637). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2562 +/- ## ======================================= Coverage 94.77% 94.77% ======================================= Files 251 251 Lines 14266 14266 ======================================= Hits 13520 13520 Misses 746 746 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

valeriupredoi commented 1 month ago

cleaned up the commented out bits and updated the OS too :beer:

bouweandela commented 1 month ago

Thanks V!