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

add calls to `conda list` in Github Action test workflows to inspect environment #2391

Closed valeriupredoi closed 4 months ago

valeriupredoi commented 4 months ago

Description

Closes #2390

Since that issue with mamba, it's best to have our own env inspectors in, and the reason they are called after pip install is that we should be able to catch any package installed from PyPI (whether we want it to be or not).


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 4 months ago

Codecov Report

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

Project coverage is 94.29%. Comparing base (7b08b3b) to head (e379d89).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2391 +/- ## ======================================= Coverage 94.29% 94.29% ======================================= Files 246 246 Lines 13532 13532 ======================================= Hits 12760 12760 Misses 772 772 ```

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

valeriupredoi commented 4 months ago

thanky much, Manu :beer: