Skip to content

Commit 35fcbb7

Browse files
authored
Merge pull request rust-lang#24 from epage/pre-commit
chore: Ensure pre-commit gets non-system Python
2 parents 68d2027 + 6e193aa commit 35fcbb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-python@v5
27+
with:
28+
python-version: '3.x'
2729
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)