Skip to content

Commit c5d7e88

Browse files
committed
Pin formatting CI python version
To work around python/mypy#13627
1 parent 8c6de4e commit c5d7e88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
with:
1919
submodules: recursive
2020
- uses: actions/setup-python@v3
21+
with:
22+
python-version: 3.10.6
2123
- uses: pre-commit/[email protected]
2224
with:
2325
extra_args: --hook-stage manual --all-files

0 commit comments

Comments
 (0)