GitHub Actions have sufficiently recent pip

At the time of writing this commit message, GitHub Actions offers pip
v20.3.3 for both ubuntu-latest and windows-latest, and pip v20.3.1 for
macos-latest.  Those are sufficiently recent pip versions that have
"cache dir" sub-command.
This commit is contained in:
Sajith Sasidharan 2021-01-18 13:32:53 -05:00
parent 1f1a30095e
commit 2a1a5cb0a5

View File

@ -193,7 +193,6 @@ jobs:
- name: Get pip cache directory
id: pip-cache
run: |
pip --version
echo "::set-output name=dir::$(pip cache dir)"
- name: Use pip cache