Skip to content

Commit 74c228e

Browse files
ci: fix pre-commit
1 parent 626a996 commit 74c228e

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
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v4
15+
with:
16+
python-version: '3.x'
1517

1618
- name: Run pre-commit
1719
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)