4
0
Эх сурвалжийг харах

tests: install libjpeg-turbo8

PR #4110
Jason Rumney 5 сар өмнө
parent
commit
3c823306da

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

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