summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-01-27 12:46:51 -0500
committerLex Neva <github.com@lexneva.name>2020-01-29 01:29:49 -0500
commite769c45a06c42f4e9528a35f9739c0ae3061efc7 (patch)
tree1e1050911b08b848968ee6d1b6d8285ed74e60fe /.github/workflows
parent8a913c9dcdd5225fc6fae7be8e1bb24b8b902249 (diff)
upgrade pip?
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d4a7358e..dc45fbde 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -39,6 +39,8 @@ jobs:
python --version
file "$(which python)"
+ python -m pip install --upgrade pip
+
# 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
python -m pip install wxPython*.whl