@@ -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: |
|
||||
|
Reference in New Issue
Block a user