forked from espressif/esp-idf
Merge branch 'fix/ci_github_precommit' into 'master'
CI: Update Python to 3.8 for pre-commit checks See merge request espressif/esp-idf!24710
This commit is contained in:
2
.github/workflows/pre_commit_check.yml
vendored
2
.github/workflows/pre_commit_check.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Set up Python environment
|
- name: Set up Python environment
|
||||||
uses: actions/setup-python@master
|
uses: actions/setup-python@master
|
||||||
with:
|
with:
|
||||||
python-version: v3.7
|
python-version: v3.8
|
||||||
- name: Install python packages
|
- name: Install python packages
|
||||||
run: |
|
run: |
|
||||||
pip install pre-commit
|
pip install pre-commit
|
||||||
|
Reference in New Issue
Block a user