fix: remove ,
This commit is contained in:
parent
0d71d043e0
commit
7e618b51a2
2
.github/workflows/nuitka.yml
vendored
2
.github/workflows/nuitka.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: Install env
|
- name: Install env
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirement.txt
|
pip install -r requirement.txt
|
||||||
pip install nuitka, orderedset
|
pip install nuitka orderedset
|
||||||
|
|
||||||
|
|
||||||
# # Build python script into a stand-alone exe
|
# # Build python script into a stand-alone exe
|
||||||
|
Loading…
Reference in New Issue
Block a user