lightly-ai / lightly

A python library for self-supervised learning on images.
https://docs.lightly.ai/self-supervised-learning/
MIT License
2.83k stars 246 forks source link

fix(ci): install `libavformat-dev` and `libavdevice-dev` on CI #1567

Closed SauravMaheshkar closed 4 days ago

SauravMaheshkar commented 1 week ago

Adds extra linux deps for av

References

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 81.81%. Comparing base (a6a3aa7) to head (37efd2c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1567 +/- ## ======================================= Coverage 81.81% 81.81% ======================================= Files 144 144 Lines 6119 6119 ======================================= Hits 5006 5006 Misses 1113 1113 ```

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

SauravMaheshkar commented 1 week ago

I'd recommend a Squash Merge 😄

MalteEbner commented 4 days ago

I'd recommend a Squash Merge 😄

Nothing else is possible ;)

MalteEbner commented 4 days ago

Discussion about why this is needed is here: https://lightly-ai.slack.com/archives/C01KSD8EE65/p1719920457168059?thread_ts=1719845993.603239&cid=C01KSD8EE65

Note that this uses the ubuntu-latest OS, which might or might not have certain packages installed.