From 39067f61e4d5a0ba18ad375cb414849645938a85 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 18 Feb 2023 06:25:35 +0100 Subject: [PATCH] Sync pytest job needs [ci] (#88363) --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8ca0604462..d4def281065 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1053,8 +1053,9 @@ jobs: - base - gen-requirements-all - hassfest - - lint-other - lint-isort + - lint-other + - lint-ruff - mypy strategy: fail-fast: false