Skip to content

Commit

Permalink
Merge pull request winnow-rs#24 from epage/pre-commit
Browse files Browse the repository at this point in the history
chore: Ensure pre-commit gets non-system Python
  • Loading branch information
epage authored Sep 27, 2024
2 parents 68d2027 + 6e193aa commit 35fcbb7
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 @@ -24,4 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: pre-commit/action@v3.0.1

0 comments on commit 35fcbb7

Please sign in to comment.