diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-12 22:17:25 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | a5acaa11b5ffeabc8e72bd6813948364a476c437 (patch) | |
| tree | fc866492dc1e097468a7f29338247d3d957ca42c /.github/workflows | |
| parent | b883c95eb993fd6397d064c2be424bdf99135dfd (diff) | |
try earlier wxPython?
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad550285..4acbfe89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,13 +29,13 @@ jobs: sudo apt-get install libgeos-dev # for wxPython - sudo apt-get install glib-networking libsdl2-dev + sudo apt-get install glib-networking libsdl1.2-dev # for PyGObject sudo apt install libgirepository1.0-dev # wxPython doen't publish linux wheels in pypi - wget -q https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.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.6-cp27-cp27mu-linux_x86_64.whl pip install wxPython*.whl # We can't use the shapely wheel because it includes the geos |
