Skip to content

Commit

Permalink
fix for pre-commit action: use specified Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
eringrant committed Oct 31, 2023
1 parent 0454db4 commit 73947e1
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 @@ -16,4 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- uses: pre-commit/action@v3.0.0

0 comments on commit 73947e1

Please sign in to comment.