Skip to content

Commit 3d62554

Browse files
committed
Fix python version for now
1 parent 08172fc commit 3d62554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set Up Python 🐍
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: 3.x
25+
python-version: 3.10.6
2626

2727
- name: Install pre-commit 📦
2828
run: |

0 commit comments

Comments
 (0)