File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/setup-python@v2
17
17
- run : sudo apt-get install libsdl2-2.0-0
18
18
- run : python -m pip install pyinstaller
19
+ - run : python -m pip install --find-links ${WHEELS} wxPython
20
+ env :
21
+ WHEELS : https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04
19
22
- run : python setup.py clean bundle
20
23
- uses : actions/upload-artifact@v2
21
24
with :
27
30
steps :
28
31
- uses : actions/checkout@v2
29
32
- uses : actions/setup-python@v2
30
- - run : python -m pip install pyinstaller
33
+ - run : python -m pip install pyinstaller wxPython
31
34
- run : python setup.py clean bundle
32
35
- run : rm ${{ github.workspace }}/dist/PythonTurtle
33
36
- uses : actions/upload-artifact@v2
40
43
steps :
41
44
- uses : actions/checkout@v2
42
45
- uses : actions/setup-python@v2
43
- - run : python -m pip install pyinstaller
46
+ - run : python -m pip install pyinstaller wxPython
44
47
- run : python setup.py clean bundle
45
48
- uses : actions/upload-artifact@v2
46
49
with :
You can’t perform that action at this time.
0 commit comments