Przeglądaj źródła

tests: install libjpeg-turbo, as latest HA seems to require it

Tests involving the camera entity are failing when built against latest HA.

PR #4110
Jason Rumney 2 miesięcy temu
rodzic
commit
664ce792d0
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      .github/workflows/tests.yml

+ 2 - 0
.github/workflows/tests.yml

@@ -32,6 +32,8 @@ jobs:
           python-version: ${{ matrix.python-version }}
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies
       - name: Install dependencies
         run: |
         run: |
+          sudo apt-get update
+          sudo apt-get install libjpeg-turbo
           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