kopia lustrzana https://github.com/inkstitch/inkstitch
use ubuntu 16.04 instead
rodzic
3ca9babd85
commit
b883c95eb9
|
@ -7,7 +7,7 @@ on:
|
||||||
- "v*"
|
- "v*"
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-16.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
|
@ -29,13 +29,13 @@ jobs:
|
||||||
sudo apt-get install libgeos-dev
|
sudo apt-get install libgeos-dev
|
||||||
|
|
||||||
# for wxPython
|
# for wxPython
|
||||||
sudo apt-get install glib-networking libsdl1.2-dev
|
sudo apt-get install glib-networking libsdl2-dev
|
||||||
|
|
||||||
# for PyGObject
|
# for PyGObject
|
||||||
sudo apt install libgirepository1.0-dev
|
sudo apt install libgirepository1.0-dev
|
||||||
|
|
||||||
# wxPython doen't publish linux wheels in pypi
|
# wxPython doen't publish linux wheels in pypi
|
||||||
wget -q https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04/wxPython-4.0.7-cp27-cp27mu-linux_x86_64.whl
|
wget -q https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04/wxPython-4.0.7-cp27-cp27mu-linux_x86_64.whl
|
||||||
pip install wxPython*.whl
|
pip install wxPython*.whl
|
||||||
|
|
||||||
# We can't use the shapely wheel because it includes the geos
|
# We can't use the shapely wheel because it includes the geos
|
||||||
|
|
Ładowanie…
Reference in New Issue