update workflow

This commit is contained in:
shenjack 2023-12-31 02:34:59 +08:00
parent 0ce43f5992
commit 001580029e
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 2 additions and 0 deletions

View File

@ -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 检查一遍仓库

View File

@ -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 版本和其他信息