diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-01-27 16:40:30 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-01-27 16:40:30 +0000 |
| commit | 8f9b4931b9a28896fb43edccb23016a7540f5b82 (patch) | |
| tree | 49fb93f515bb26ce5595c0248d7b1a528b4678d3 | |
| parent | ebba642268de603655558494f3e3baa5afb5ec3e (diff) | |
| parent | 372b643a2b868e1deb559c0cdc5f726daba1db4b (diff) | |
| download | flake8-8f9b4931b9a28896fb43edccb23016a7540f5b82.tar.gz | |
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
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2671db1..597d8a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |
