Upgrade pip used in GitHub Actions

From pip 20.1+ onward, "pip cache dir" can be used to find location of
pip cache, and this is useful across all three major OSes supported by
GitHub Actions.
This commit is contained in:
Sajith Sasidharan 2021-01-18 10:57:31 -05:00
parent 621de4d882
commit fa1a8e8371
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ jobs:
- name: Install Python packages - name: Install Python packages
run: | run: |
pip install --upgrade codecov tox setuptools pip install --upgrade codecov tox setuptools pip
pip list pip list
- name: Display tool versions - name: Display tool versions
@ -114,7 +114,7 @@ jobs:
- name: Install Python packages - name: Install Python packages
run: | run: |
pip install --upgrade tox pip install --upgrade tox pip
pip list pip list
- name: Display tool versions - name: Display tool versions
@ -166,7 +166,7 @@ jobs:
- name: Install Python packages - name: Install Python packages
run: | run: |
pip install --upgrade tox pip install --upgrade tox pip
pip list pip list
- name: Display tool versions - name: Display tool versions