Skip to content

Commit

Permalink
[CI/CD] pre-commit post action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
npc203 committed Jul 21, 2024
1 parent e30516a commit a9213dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Setup Python and install pre-commit
- uses: actions/setup-python@v2
with:
python_version: "3.8"
python-version: "3.11"
- name: Install pre-commit
run: |
pip install -U pre-commit
Expand Down

0 comments on commit a9213dc

Please sign in to comment.