瀏覽代碼

tests: install libjpeg-turbo8

PR #4110
Jason Rumney 5 月之前
父節點
當前提交
3c823306da
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/tests.yml

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

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