From fb2a0895062d9bd8d7cddbdb3c6262d558e4574d Mon Sep 17 00:00:00 2001 From: topsworld Date: Mon, 16 Dec 2024 09:47:16 +0800 Subject: [PATCH] chore: fix workflows dependencies lib lack --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |