Skip to content

Commit

Permalink
Drop pexpect install (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Nov 20, 2023
1 parent 7f3d8bd commit 8883cb1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,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 }}
Expand Down Expand Up @@ -214,3 +211,4 @@ jobs:
esphome -s external_components_source components compile esp32-dc-meter-example-faker.yaml
esphome -s external_components_source components compile esp32-dc-meter-example-advanced-multiple-devices.yaml
esphome -s external_components_source components compile esp32-usb-meter-example-faker.yaml

0 comments on commit 8883cb1

Please sign in to comment.