PyPSA / linopy

Linear optimization with N-D labeled arrays in Python
https://linopy.readthedocs.io
MIT License
155 stars 43 forks source link

ci: disable pip package caching in actions/setup-python #324

Closed afuetterer closed 2 weeks ago

afuetterer commented 2 weeks ago

This reverts the change introduced in d5e476a74808f4f9bff0d93e053a8ca2553d2ad3.

I did not realize how many items your test matrix includes, each cache artifact is a few 100 megs and you have a lot of them. Your cache is overflowing, sorry about that. I suggest turning off the cache again.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 85.95%. Comparing base (1ea4032) to head (12dee90). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #324 +/- ## ========================================== + Coverage 84.93% 85.95% +1.02% ========================================== Files 17 17 Lines 4202 4202 Branches 988 988 ========================================== + Hits 3569 3612 +43 + Misses 474 431 -43 Partials 159 159 ```

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