feat: forget orederdset

This commit is contained in:
shenjack 2022-12-29 12:09:36 +08:00
parent 96ee0be7b6
commit 0d71d043e0

View File

@ -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 pip install nuitka, orderedset
# # Build python script into a stand-alone exe # # Build python script into a stand-alone exe