Skip to content

Commit 3a42fd8

Browse files
committed
Merge branch 'ci/pre-commit-fix' into 'master'
ci(github-actions/pre-commit): Wrap Python version in quotes See merge request espressif/esp-idf!41630
2 parents 00e5eff + f212ddb commit 3a42fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_commit_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python environment
2424
uses: actions/setup-python@master
2525
with:
26-
python-version: 3.10
26+
python-version: "3.10"
2727
- name: Install python packages
2828
run: |
2929
pip install pre-commit

0 commit comments

Comments
 (0)