And update workflows requiremtn

This commit is contained in:
shenjack 2023-12-02 10:25:35 +08:00
parent 2c36fb2414
commit 6be1051f76
Signed by: shenjack
GPG Key ID: 7B1134A979775551
3 changed files with 5 additions and 5 deletions

View File

@ -75,7 +75,7 @@ jobs:
- name: Install env
run: |
pip install -r requirement-dev.txt
pip install git+https://github.com/shenjackyuanjie/lib-not-dr.git
pip install libs/lib_not_dr
# 提取 DR 版本和其他信息
- name: Display Difficult-Rocket info

View File

@ -58,8 +58,8 @@ jobs:
# 安装特殊依赖
- name: Install git denpendencies
run: |
pip install git+https://github.com/shenjackyuanjie/pyglet.git
pip install git+https://github.com/shenjackyuanjie/lib-not-dr.git
pip install libs/lib_not_dr
pip install libs/pyglet
# 安装依赖
- name: Install env

View File

@ -53,8 +53,8 @@ jobs:
# 安装特殊依赖
- name: Install git denpendencies
run: |
pip install git+https://github.com/shenjackyuanjie/pyglet.git
pip install git+https://github.com/shenjackyuanjie/lib-not-dr.git
pip install libs/lib_not_dr
pip install libs/pyglet
# 安装依赖
- name: Install env