Skip to content

Commit

Permalink
Start with apt-get update to handle mirror errors
Browse files Browse the repository at this point in the history
In some cases we can end up with missing IP-s and invalid mirrors
that can easily be handled with a simple system package update step.
  • Loading branch information
pevogam committed Dec 3, 2024
1 parent 7557ac8 commit 8ebbd7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"
if: matrix.install_variant == 'pip'
- name: Refresh system packager mirrors and packages
run: sudo apt-get -y update
- name: Install non-python dependencies using system packager
run: |
# ocr
Expand Down

0 comments on commit 8ebbd7f

Please sign in to comment.