1
0

feat: add pypi mirrors

This commit is contained in:
sangge 2025-05-08 18:36:06 +08:00
parent 6ad6747833
commit ad669b40db

View File

@ -23,7 +23,7 @@ runs:
steps:
- name: Install dependencies
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
shell: bash