Skip to content

Commit

Permalink
update drrs workflow [skip build]
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjackyuanjie committed Dec 31, 2023
1 parent e495bef commit 929ee75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dr_rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
# 安装依赖
- name: Install env
run: |
pip install -r requirement-dev.txt
python gen_require.py 1
pip install -r requirements.txt
pip install libs/lib_not_dr
# 提取 DR 版本和其他信息
Expand Down

0 comments on commit 929ee75

Please sign in to comment.