优化依赖,workflow
This commit is contained in:
parent
1062ca87f7
commit
a27ae72115
4
.github/workflows/nuitka.yml
vendored
4
.github/workflows/nuitka.yml
vendored
@ -56,6 +56,10 @@ jobs:
|
||||
run: |
|
||||
pip install -r requirement-dev.txt
|
||||
|
||||
# 使用 ruff 检查一遍仓库
|
||||
- name: Ruff check
|
||||
uses: jpetrucciani/ruff-check@main
|
||||
|
||||
# 提取 DR 版本和其他信息
|
||||
- name: Display Difficult-Rocket info
|
||||
id: DR_info
|
||||
|
@ -21,7 +21,7 @@ defusedxml >= 0.7.1
|
||||
objprint >= 0.2.2
|
||||
|
||||
# for compile
|
||||
nuitka >= 1.4.5
|
||||
nuitka >= 1.4.8
|
||||
ordered-set >= 4.1.0
|
||||
imageio >= 2.25.0
|
||||
wheel >= 0.38.4
|
||||
|
@ -24,7 +24,7 @@ viztracer >= 0.15.6
|
||||
vizplugins >= 0.1.3
|
||||
|
||||
# for compile
|
||||
nuitka >= 1.4.5
|
||||
nuitka >= 1.4.8
|
||||
ordered-set >= 4.1.0
|
||||
imageio >= 2.25.0
|
||||
wheel >= 0.38.4
|
||||
|
Loading…
Reference in New Issue
Block a user