drivendataorg / zamba

A Python package for identifying 42 kinds of animals, training custom models, and estimating distance from camera trap videos
https://zamba.drivendata.org/docs/stable/
MIT License
107 stars 25 forks source link

Replace maximize-build-space action #336

Closed jayqi closed 1 month ago

jayqi commented 1 month ago

The easimon/maximize-build-space action is a victim of GitHub changing stuff about how the runners are set up. A lot of the functionality is broken, and this affects us because root-reserve-mb doesn't work anymore.

This PR replaces the action with some sudo rm -rf commands that just duplicate what the action was doing for the parts where it deletes unwanted software.

netlify[bot] commented 1 month ago

Deploy Preview for silly-keller-664934 ready!

Name Link
Latest commit 3717380d5ebc517b97c8fae11a3eb06f38f8e42b
Latest deploy log https://app.netlify.com/sites/silly-keller-664934/deploys/66b642342e1e1b000887ce9b
Deploy Preview https://deploy-preview-336--silly-keller-664934.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot] commented 1 month ago

🚀 Deployed on https://deploy-preview-336--silly-keller-664934.netlify.app

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 87.4%. Comparing base (17f8db9) to head (3717380).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #336 +/- ## ====================================== Coverage 87.4% 87.4% ====================================== Files 26 26 Lines 2191 2191 ====================================== Hits 1915 1915 Misses 276 276 ```