File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ jobs:
3737 # Runs a set of commands using the runners shell
3838 - name : test pack
3939 run : |
40+ python --version
4041 export QT_DEBUG_PLUGINS=1
4142 sudo apt-get update
42- sudo apt-get install libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0
43+ sudo apt-get install libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 libegl1
4344 pip3 install -r requirements.txt
44- pip3 install pyinstaller wheel
45+ pip3 install -U pyinstaller wheel
4546 python setup.py sdist bdist_wheel
4647 python pack.py
Original file line number Diff line number Diff line change 66import re
77
88
9- if sys .version_info < (3 , 8 ):
10- print ("only support python >= 3.8 , but now is {}" .format (sys .version_info ))
9+ if sys .version_info < (3 , 7 ):
10+ print ("only support python >= 3.7 , but now is {}" .format (sys .version_info ))
1111 sys .exit (1 )
1212
1313
You can’t perform that action at this time.
0 commit comments