Skip to content

Commit 16ab674

Browse files
Merge pull request #18 from Escodoo/14.0-fix-pre-commit
[14.0][FIX] project-addons: fix error python version
2 parents aadeb51 + d6d6ea4 commit 16ab674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2
18+
with:
19+
python-version: "3.11"
1820
- name: Get python version
1921
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
2022
- uses: actions/cache@v1

0 commit comments

Comments
 (0)