Skip to content

Commit 070ffd9

Browse files
authored
Update pre-commit.yml
1 parent 96a7589 commit 070ffd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/pre-commit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
~/.cache/pip
1515
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
1616
- uses: actions/setup-python@v2
17+
with:
18+
python-version: "3.10.0-beta.1"
1719
- uses: psf/[email protected]
1820
- name: Install pre-commit
1921
run: |

0 commit comments

Comments
 (0)