From da24e1b10392afe9b3f6ccd15d2cb655ff690669 Mon Sep 17 00:00:00 2001 From: dqy <1016751306@qq.com> Date: Wed, 24 Apr 2024 19:04:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/detection.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/detection.yml b/.github/workflows/detection.yml index f4cca70..91d068b 100644 --- a/.github/workflows/detection.yml +++ b/.github/workflows/detection.yml @@ -21,6 +21,10 @@ jobs: needs: build # 确保安全检查在构建后执行 steps: - uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: "3.9" # 或选择一个适合你项目的具体版本,比如3.8, 3.7等 - uses: ./ # 使用当前仓库的根目录下的 action.yml with: code_path: "./tests"