feat: add pypi mirrors
This commit is contained in:
parent
6ad6747833
commit
ad669b40db
@ -23,7 +23,7 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pip install -r ${{ github.action_path }}/requirements.txt
|
run: pip install -r ${{ github.action_path }}/requirements.txt -i https://mirrors.ustc.edu.cn/pypi/simple
|
||||||
|
|
||||||
- name: Run install script
|
- name: Run install script
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user