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: Run apt-get update before install #278

Merged
merged 1 commit into from
Nov 24, 2023
Merged

CI: Run apt-get update before install #278

merged 1 commit into from
Nov 24, 2023

Conversation

suutari-ai
Copy link
Collaborator

@suutari-ai suutari-ai commented Nov 24, 2023

The GitHub actions started to fail, because this step was unable to find the deb packages when installing the gdal-bin. It seems that the problem was related to package lists not being up-to-date and adding "apt-get update" before the installation helps.

The GitHub actions started to fail, because this step was unable to find
the deb packages when installing the gdal-bin.  It seems that the
problem was related to package lists not being up-to-date and adding
"apt-get update" before the installation helps.
@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (093cbe2) 94.48% compared to head (b56d899) 94.48%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #278   +/-   ##
=======================================
  Coverage   94.48%   94.48%           
=======================================
  Files         190      190           
  Lines        5843     5843           
  Branches      398      398           
=======================================
  Hits         5521     5521           
  Misses        250      250           
  Partials       72       72           

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

@suutari-ai suutari-ai merged commit 1ea809f into master Nov 24, 2023
7 checks passed
@suutari-ai suutari-ai deleted the ci-fix branch November 24, 2023 12:45
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