From c5d7e8865b3add4b25b3ec58e57c8ad3f39cc33d Mon Sep 17 00:00:00 2001 From: Nick Smith Date: Tue, 13 Sep 2022 10:04:54 -0500 Subject: [PATCH] Pin formatting CI python version To work around https://github.com/python/mypy/issues/13627 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 305eba0f..c1e183f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: with: submodules: recursive - uses: actions/setup-python@v3 + with: + python-version: 3.10.6 - uses: pre-commit/action@v3.0.0 with: extra_args: --hook-stage manual --all-files