fix: forget nuitka in requirement
This commit is contained in:
parent
ff15d5ae98
commit
b1ba0194ad
8
.github/workflows/nuitka.yml
vendored
8
.github/workflows/nuitka.yml
vendored
@ -37,7 +37,9 @@ jobs:
|
||||
|
||||
# 安装依赖
|
||||
- name: Install env
|
||||
run: pip install -r requirement.txt
|
||||
run: |
|
||||
pip install -r requirement.txt
|
||||
pip install nuitka
|
||||
|
||||
|
||||
# # Build python script into a stand-alone exe
|
||||
@ -78,9 +80,7 @@ jobs:
|
||||
python -m nuitka $arg DR.py
|
||||
|
||||
- name: after build
|
||||
shell: powershell7
|
||||
run: |
|
||||
python after_compile.py
|
||||
run: python after_compile.py
|
||||
|
||||
|
||||
# # Uploads artifact
|
||||
|
Loading…
Reference in New Issue
Block a user