summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2020-01-27 15:20:43 -0500
committerLex Neva <github.com@lexneva.name>2020-01-29 01:29:49 -0500
commit66e8b93b478db214956e5e3dc542c6b21701222b (patch)
tree30e7dce1c1fb8da74186771f13a3472e2eff1d2d
parentd5eded5d2bcd03c8796ceec3f72626e4562c60e2 (diff)
upgrade pip
-rw-r--r--.github/workflows/build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 73ca91a6..cd4af0dd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,6 +24,7 @@ jobs:
# https://github.com/actions/setup-python/issues/23
sudo apt-get install python2.7
+ python -m pip install --upgrade pip
sudo apt-get install gettext
@@ -41,8 +42,6 @@ jobs:
pip --version
pip debug
- 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