Skip to content

Commit aba53d1

Browse files
committed
Fix pre-commit hook failure
1 parent 2a05489 commit aba53d1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
steps:
3434
- name: Check Out
3535
uses: actions/checkout@v6
36+
- name: Set up Python
37+
uses: actions/setup-python@v6
38+
with:
39+
python-version: '3.11'
40+
cache: 'pip'
3641
- name: Install
3742
run: pip install pre-commit
3843
- name: Set PY

0 commit comments

Comments
 (0)