Skip to content

Commit 1d4f7f8

Browse files
committed
ci: fix esptool_lint GitHub action
1 parent a5def1a commit 1d4f7f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_esptool.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
- name: Checkout
7070
uses: actions/checkout@master
7171

72+
- name: Set up Python 3.7
73+
uses: actions/setup-python@master
74+
with:
75+
python-version: 3.7
76+
7277
- name: Run pre-commit hooks
7378
run: |
7479
pip install --extra-index-url https://dl.espressif.com/pypi -e .[dev]

0 commit comments

Comments
 (0)