Drop pexpect install

This commit is contained in:
Sebastian Muszynski 2023-11-20 16:56:06 +01:00 committed by Sebastian Muszynski
parent 7dc9acd874
commit 747020e8e5

View File

@ -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 }}