diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-27 11:45:49 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | d9fdb0a1a9e6c7d587e98bdd26f69dad1ad8c771 (patch) | |
| tree | c6d5bab0976eed8f91b882d7834dff50b025f07d /.github | |
| parent | fe437b5dd31bf36f3b504da61f92e1a7925debbf (diff) | |
show platform info
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4acbfe89..e7103c83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,11 @@ jobs: # for PyGObject sudo apt install libgirepository1.0-dev + uname -a + pip --version + python --version + file "$(which python)" + # wxPython doen't publish linux wheels in pypi 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 |
