diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-27 15:39:45 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 8614760b743b4bde1e2e148c66c424214c5d1809 (patch) | |
| tree | 2a2e8e9bc716af052ccb259fa254279fc43677b3 /.github | |
| parent | 8af7db5789734f2251653eea2249acdbd8913a15 (diff) | |
use python -m for pyinstaller
Diffstat (limited to '.github')
| -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 2b45ee70..a49454d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,8 +39,8 @@ jobs: uname -a python --version - pip --version - pip debug + python -m pip --version + python -m pip debug # 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 |
