Upgrade pip in gitlab ci without using get-pip.py

This commit is contained in:
Anthony Sottile 2020-01-27 08:37:04 -08:00
parent ebba642268
commit 372b643a2b

View file

@ -6,8 +6,7 @@ stages:
- release
before_script:
- curl -O https://bootstrap.pypa.io/get-pip.py
- python get-pip.py
- pip install pip --upgrade
- pip install -r dev-requirements.txt
after_script: