fix:
Some checks failed
ci / build (push) Failing after 1m41s

This commit is contained in:
han0
2025-10-13 16:45:27 +08:00
parent 24323f2992
commit 5792660d88

View File

@@ -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: |