Skip to content

Commit 406bc70

Browse files
Backport PR pandas-dev#44134: CI: Pin pre-commit python version (pandas-dev#44135)
Co-authored-by: Ali McMaster <[email protected]>
1 parent 1cd0998 commit 406bc70

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
@@ -13,4 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-python@v2
16+
with:
17+
python-version: '3.9.7'
1618
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)