diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2dd5788498..46ec9355a4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -728,6 +728,7 @@ jobs: (github.event_name != 'push' || github.event.repository.full_name == 'home-assistant/core') && github.event.inputs.lint-only != 'true' && (needs.changes.outputs.test_full_suite == 'true' || needs.changes.outputs.tests_glob) + && (needs.pip-check.result != 'failure') needs: - changes - gen-requirements-all @@ -736,6 +737,7 @@ jobs: - lint-other - lint-isort - mypy + - pip-check - prepare-tests strategy: fail-fast: false