From c24e765e63913836565a9582c22e01c5ceab6e32 Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Mon, 20 Nov 2023 16:50:24 +0100 Subject: [PATCH] Drop pexpect install --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b1b1bd0..e609d08 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,9 +85,6 @@ jobs: run: | echo "::add-matcher::.github/workflows/matchers/clang-tidy.json" echo "::add-matcher::.github/workflows/matchers/gcc.json" - # Can be removed as soon as esphome-lint container is fixed - - name: Add missing pexpect - run: pip install pexpect - name: Run lint-cpp run: script/lint-cpp -c working-directory: ${{ env.esphome_directory }}