And update workflows requiremtn
This commit is contained in:
parent
2c36fb2414
commit
6be1051f76
2
.github/workflows/dr_rs.yml
vendored
2
.github/workflows/dr_rs.yml
vendored
@ -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
|
||||
|
4
.github/workflows/nuitka.yml
vendored
4
.github/workflows/nuitka.yml
vendored
@ -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
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user