update workflow
This commit is contained in:
parent
0ce43f5992
commit
001580029e
1
.github/workflows/nuitka.yml
vendored
1
.github/workflows/nuitka.yml
vendored
@ -63,6 +63,7 @@ jobs:
|
|||||||
# 安装依赖
|
# 安装依赖
|
||||||
- name: Install env
|
- name: Install env
|
||||||
run: |
|
run: |
|
||||||
|
python gen_require.py 1
|
||||||
pip install -r requirement-dev.txt
|
pip install -r requirement-dev.txt
|
||||||
|
|
||||||
# 使用 ruff 检查一遍仓库
|
# 使用 ruff 检查一遍仓库
|
||||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -59,6 +59,7 @@ jobs:
|
|||||||
# 安装依赖
|
# 安装依赖
|
||||||
- name: Install env
|
- name: Install env
|
||||||
run: |
|
run: |
|
||||||
|
python gen_require.py 1
|
||||||
pip install -r requirement-dev.txt
|
pip install -r requirement-dev.txt
|
||||||
|
|
||||||
# 提取 DR 版本和其他信息
|
# 提取 DR 版本和其他信息
|
||||||
|
Loading…
Reference in New Issue
Block a user