Skip to content

Commit

Permalink
ci: fix esptool_lint GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed Jun 28, 2024
1 parent a5def1a commit 1d4f7f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Set up Python 3.7
uses: actions/setup-python@master
with:
python-version: 3.7

- name: Run pre-commit hooks
run: |
pip install --extra-index-url https://dl.espressif.com/pypi -e .[dev]
Expand Down

0 comments on commit 1d4f7f8

Please sign in to comment.