Skip to content

Commit

Permalink
chore(ci): temporarily install tesseract dev files
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 3, 2024
1 parent e1f5db6 commit 21bef12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/apt-install
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ apt-get install -y \
gir1.2-rsvg-2.0 \
gir1.2-pango-1.0

# TODO: remove this once Python 3.13 wheels are available, see
# https://github.com/sirfz/tesserocr/pull/357
apt-get install -y libleptonica-dev libtesseract-dev

# Remove MySQL 8.x client, use older MariaDB one to ensure compatibility
if [ "$CI_DATABASE" = "mariadb" ] ; then
apt-get purge 'mysql-client.*'
Expand Down

0 comments on commit 21bef12

Please sign in to comment.