Преглед на файлове

tests: install libjpeg-turbo8

PR #4110
Jason Rumney преди 2 месеца
родител
ревизия
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