mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 16:34:46 +00:00
Merge branch 'upgrade_pip_no_get_pip' into 'master'
Upgrade pip in gitlab ci without using get-pip.py See merge request pycqa/flake8!411
This commit is contained in:
commit
8f9b4931b9
1 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,7 @@ stages:
|
||||||
- release
|
- release
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- curl -O https://bootstrap.pypa.io/get-pip.py
|
- pip install pip --upgrade
|
||||||
- python get-pip.py
|
|
||||||
- pip install -r dev-requirements.txt
|
- pip install -r dev-requirements.txt
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue