@@ -21,12 +21,12 @@ jobs:
|
|||||||
git clone --depth 1 "http://test:89085111dd6939710a992d6404bd61a50e420685@8.138.239.222:20300/${GITHUB_REPOSITORY}.git" .
|
git clone --depth 1 "http://test:89085111dd6939710a992d6404bd61a50e420685@8.138.239.222:20300/${GITHUB_REPOSITORY}.git" .
|
||||||
git checkout "${GITHUB_SHA}"
|
git checkout "${GITHUB_SHA}"
|
||||||
|
|
||||||
- uses: https://gitea.com/actions/setup-python@v5
|
# - uses: https://gitea.com/actions/setup-python@v5
|
||||||
with:
|
# with:
|
||||||
python-version: '3.7'
|
# python-version: '3.7'
|
||||||
cache: 'pip'
|
# cache: 'pip'
|
||||||
# 如果有多个 requirements 文件:
|
# # 如果有多个 requirements 文件:
|
||||||
# cache-dependency-path: '**/requirements*.txt'
|
# # cache-dependency-path: '**/requirements*.txt'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user