优化依赖,workflow

This commit is contained in:
shenjack 2023-03-02 13:22:47 +08:00
parent 1062ca87f7
commit a27ae72115
3 changed files with 6 additions and 2 deletions

View File

@ -56,6 +56,10 @@ jobs:
run: | run: |
pip install -r requirement-dev.txt pip install -r requirement-dev.txt
# 使用 ruff 检查一遍仓库
- name: Ruff check
uses: jpetrucciani/ruff-check@main
# 提取 DR 版本和其他信息 # 提取 DR 版本和其他信息
- name: Display Difficult-Rocket info - name: Display Difficult-Rocket info
id: DR_info id: DR_info

View File

@ -21,7 +21,7 @@ defusedxml >= 0.7.1
objprint >= 0.2.2 objprint >= 0.2.2
# for compile # for compile
nuitka >= 1.4.5 nuitka >= 1.4.8
ordered-set >= 4.1.0 ordered-set >= 4.1.0
imageio >= 2.25.0 imageio >= 2.25.0
wheel >= 0.38.4 wheel >= 0.38.4

View File

@ -24,7 +24,7 @@ viztracer >= 0.15.6
vizplugins >= 0.1.3 vizplugins >= 0.1.3
# for compile # for compile
nuitka >= 1.4.5 nuitka >= 1.4.8
ordered-set >= 4.1.0 ordered-set >= 4.1.0
imageio >= 2.25.0 imageio >= 2.25.0
wheel >= 0.38.4 wheel >= 0.38.4