Skip to content

Commit 2545ed5

Browse files
committed
Specify Python version for actions/setup-python
1 parent 7139fc1 commit 2545ed5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-python@v4
16+
with:
17+
python-version: '3.10'
1618
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)