Skip to content

Commit 94667c7

Browse files
committed
Set pre-commit Python version to 3.9 to match project environment
1 parent ba9c273 commit 94667c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-python@v2
16+
with:
17+
python-version: '3.9'
1618
- uses: pre-commit/action@v3.0.1
1719

1820
verify-output:

0 commit comments

Comments
 (0)