Skip to content

Commit

Permalink
* use py38 env to check pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Nov 13, 2023
1 parent 1595714 commit 7429f66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- uses: pre-commit/[email protected]

0 comments on commit 7429f66

Please sign in to comment.