fix: updated the upgrade job to install appropriate pip version (#26659)

pip version 21 doesn't seem to work well with pip-tools <5.4
This commit is contained in:
Aarif
2021-02-23 01:04:29 +05:00
committed by GitHub
parent 0b624bdb71
commit f8eb7bfd52
7 changed files with 8 additions and 6 deletions

View File

@@ -26,6 +26,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install pip
run: pip install -r requirements/pip.txt
- name: make upgrade
run: |
cd $GITHUB_WORKSPACE