Skip to content

Commit 2e7d4a6

Browse files
committed
Try pinning python version to investigate precommit fail
1 parent 01543f6 commit 2e7d4a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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.13'
1618
- uses: actions/setup-node@v2
1719
with:
1820
node-version: '18'

0 commit comments

Comments
 (0)