diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e3a8106..e35521b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,8 +29,9 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install --upgrade pip - python -m pip install -e homeassistant/ + pip install --upgrade pip + pip install --upgrade pip pytest + pip install -e homeassistant/ - name: Run pytest timeout-minutes: 60 run: |