Merge pull request #24 from epage/pre-commit

chore: Ensure pre-commit gets non-system Python
This commit is contained in:
Ed Page 2024-09-26 22:15:00 -04:00 committed by GitHub
commit 35fcbb7972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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