Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 9, 2024
Merged

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

merged 1 commit into from
Jul 9, 2024

Conversation

afuetterer
Copy link
Contributor

This reverts the change introduced in d5e476a.

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.

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@lkstrp lkstrp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for noticing @afuetterer

@lkstrp lkstrp merged commit 02d61f4 into PyPSA:master Jul 9, 2024
15 checks passed
@afuetterer afuetterer deleted the ci branch July 17, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants