iiasa / message_ix

The integrated assessment and energy systems model MESSAGEix
https://docs.messageix.org
Apache License 2.0
112 stars 149 forks source link

Update CI #790

Closed glatterf42 closed 5 months ago

glatterf42 commented 5 months ago

Closes #788. This PR updates the CI to address several minor issues:

We can also use this to solve the current CI failure of the windows-tutorials test. As far as I can see, this failure stems from a cache being used -- at least, the setup-gams step does not fail for the other windows-CI-tests not using a cache for gams. (was resolved by iiasa/actions#12)

How to review

PR checklist

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (4dae41e) 95.2% compared to head (b26151a) 95.2%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #790 +/- ## ===================================== Coverage 95.2% 95.2% ===================================== Files 46 46 Lines 4335 4335 ===================================== Hits 4130 4130 Misses 205 205 ```
glatterf42 commented 5 months ago

@khaeru This PR is ready in principle, the only thing we might want to still adapt is the pre-commit action usage.

glatterf42 commented 5 months ago

Good catch, thanks :)