diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a67b3c7c41990cc5100153906dd6d1ccc10f6705..64c5486cf9a362d6a74442e1843d56234cdc098c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,6 +13,6 @@ jobs:
       - uses: actions/setup-python@v2
         with:
           python-version: ${{ matrix.python-version }}
-      - run: pip install black pytest mock -r requirements.txt
+      - run: pip install pytest mock -r requirements.txt
       - run: make schema
       - run: PYTHONPATH=$GITHUB_WORKSPACE py.test -m "not hw_raspberrypi and not mqtt"