release-engineering / pubtools-pulplib

A Pulp library for publishing tools
GNU General Public License v3.0
2 stars 24 forks source link

[ci] fix install of OS packages in CI workflows #216

Closed rohanpm closed 1 year ago

rohanpm commented 1 year ago

We should be using "apt-get update" to update package lists before installing any new packages. This has never mattered before, but recently the installation of various packages started to fail with 404 errors, which are resolved by updating the package lists first.

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (b4e4404) 100.00% compared to head (72fc4f6) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #216 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 47 47 Lines 3162 3162 ========================================= Hits 3162 3162 ```

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