fix: remove ,

This commit is contained in:
shenjack 2022-12-29 12:10:36 +08:00
parent 0d71d043e0
commit 7e618b51a2

View File

@ -39,7 +39,7 @@ jobs:
- name: Install env
run: |
pip install -r requirement.txt
pip install nuitka, orderedset
pip install nuitka orderedset
# # Build python script into a stand-alone exe