From 134b379a3558e9d95d68ebcee39666a3ac9e0dd3 Mon Sep 17 00:00:00 2001 From: Zichao Ye <42673593+uzuku@users.noreply.github.com> Date: Mon, 21 Apr 2025 20:19:54 +0800 Subject: [PATCH] [chore] Update pre-commit.yaml --- .github/workflows/pre-commit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index d34fcde4..10b3e7a9 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -11,4 +11,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 + with: + python-version: '3.10' - uses: pre-commit/action@v3.0.0