What's the pip version on GitHub Actions?

There's no need of upgrading pip if GA offers a sufficiently new pip.
This commit is contained in:
Sajith Sasidharan 2021-01-18 13:19:18 -05:00
parent f731159cd7
commit 8bf068f991

View File

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