改用清华源安装依赖

This commit is contained in:
william 2024-09-18 14:09:14 +08:00
parent db17a9d93e
commit 87eb5e4ff5

View File

@ -10,7 +10,7 @@ platform:
steps: steps:
- name: run - name: run
commands: commands:
- pip install -r requirements.txt - pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt
- python ui.py - python ui.py
... ...