From 5792660d88224905f71483f5c11133ac3bcd8cff Mon Sep 17 00:00:00 2001 From: han0 Date: Mon, 13 Oct 2025 16:45:27 +0800 Subject: [PATCH] fix: --- .gitea/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b3f19a5..cde19c9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -21,12 +21,12 @@ jobs: git clone --depth 1 "http://test:89085111dd6939710a992d6404bd61a50e420685@8.138.239.222:20300/${GITHUB_REPOSITORY}.git" . git checkout "${GITHUB_SHA}" - - uses: https://gitea.com/actions/setup-python@v5 - with: - python-version: '3.7' - cache: 'pip' - # 如果有多个 requirements 文件: - # cache-dependency-path: '**/requirements*.txt' +# - uses: https://gitea.com/actions/setup-python@v5 +# with: +# python-version: '3.7' +# cache: 'pip' +# # 如果有多个 requirements 文件: +# # cache-dependency-path: '**/requirements*.txt' - name: Build run: |