Add a note about pip version on GitHub Actions

This commit is contained in:
Sajith Sasidharan 2021-01-18 13:34:25 -05:00
parent 2a1a5cb0a5
commit adbe23fe7a

View File

@ -41,6 +41,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
# We need "pip cache dir", which became a thing in pip v20.1+.
# At the time of writing this, 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.
- name: Get pip cache directory
id: pip-cache
run: |