Skip to content

Commit

Permalink
Merge pull request #18 from Escodoo/14.0-fix-pre-commit
Browse files Browse the repository at this point in the history
[14.0][FIX] project-addons: fix error python version
  • Loading branch information
marcelsavegnago authored Jan 17, 2024
2 parents aadeb51 + d6d6ea4 commit 16ab674
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Get python version
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v1
Expand Down

0 comments on commit 16ab674

Please sign in to comment.