fix: forget nuitka in requirement

This commit is contained in:
shenjack 2022-12-29 11:20:18 +08:00
parent ff15d5ae98
commit b1ba0194ad

View File

@ -37,7 +37,9 @@ jobs:
# 安装依赖 # 安装依赖
- name: Install env - 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 # # Build python script into a stand-alone exe
@ -78,9 +80,7 @@ jobs:
python -m nuitka $arg DR.py python -m nuitka $arg DR.py
- name: after build - name: after build
shell: powershell7 run: python after_compile.py
run: |
python after_compile.py
# # Uploads artifact # # Uploads artifact