ソースを参照

tests: install libturbojpeg

libjpeg-turbo8 is the drop in replacement for libjpeg8
Probably the turbojpeg python module wants the original API

PR #4110
Jason Rumney 2 ヶ月 前
コミット
1d40590e95
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/tests.yml

+ 1 - 1
.github/workflows/tests.yml

@@ -33,7 +33,7 @@ jobs:
       - name: Install dependencies
         run: |
           sudo apt-get update
-          sudo apt-get install libjpeg-turbo8
+          sudo apt-get install libturbojpeg
           python -m pip install --upgrade pip
           pip install -r requirements-dev.txt
       - name: Full test with pytest