diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8585b35..abfdf18 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest pytest-asyncio pytest-dependency + pip install pytest pytest-asyncio pytest-dependency zeroconf - name: Check rule format with pytest run: |