Skip to content

Commit

Permalink
Merge branch 'fix/ci_github_precommit' into 'master'
Browse files Browse the repository at this point in the history
CI: Update Python to 3.8 for pre-commit checks

See merge request espressif/esp-idf!24710
  • Loading branch information
dobairoland committed Jul 12, 2023
2 parents 9526273 + 6862652 commit 9c6c002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_commit_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@master
with:
python-version: v3.7
python-version: v3.8
- name: Install python packages
run: |
pip install pre-commit
Expand Down

0 comments on commit 9c6c002

Please sign in to comment.