From ecb1d93b2e4455158a14ee8015625e5a0bc25cb9 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:57:15 +0100 Subject: [PATCH] Allow pytest to start before black finishes (#87770) Speed-up CI --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c25b7c89532..b4384d68bc4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -814,7 +814,6 @@ jobs: - base - gen-requirements-all - hassfest - - lint-black - lint-isort - lint-other - lint-ruff @@ -939,7 +938,6 @@ jobs: - base - gen-requirements-all - hassfest - - lint-black - lint-isort - lint-other - lint-ruff @@ -1040,7 +1038,6 @@ jobs: - base - gen-requirements-all - hassfest - - lint-black - lint-other - lint-isort - mypy