From e14630a259f53dc40c22c30ca10d7ebeffa58814 Mon Sep 17 00:00:00 2001 From: zr_jin <60612200+JinZr@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:38:05 +0800 Subject: [PATCH] Update style_check.yml --- .github/workflows/style_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style_check.yml b/.github/workflows/style_check.yml index 92c1dda86..2a077fa91 100644 --- a/.github/workflows/style_check.yml +++ b/.github/workflows/style_check.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.10] + python-version: [3.10.15] fail-fast: false steps: