显示指定actions仓库
Build and Deploy Documentation / build-and-deploy (push) Failing after 27s
Details
Build and Deploy Documentation / build-and-deploy (push) Failing after 27s
Details
This commit is contained in:
parent
2fe91f5a8b
commit
ac69e665f2
|
|
@ -15,14 +15,17 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: https://gitee.com/actions-mirror/checkout@v4
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: https://gitee.com/actions-mirror/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
cache: pip
|
||||
|
||||
- name: Configure pip mirror
|
||||
run: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install --retries 3 -r requirements.txt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue