Skip to content

Commit

Permalink
[FIX] github pre-commit action: pin python version to 3.11 in repository
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 authored Oct 27, 2023
1 parent 49cfcc7 commit df2f469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- uses: pre-commit/[email protected]

0 comments on commit df2f469

Please sign in to comment.