mirror of https://github.com/actions/cache.git
Let users decide how they install pip 20.1+
This commit is contained in:
parent
eb479c07a5
commit
a832bbcac5
|
@ -298,7 +298,6 @@ Replace `~/.cache/pip` with the correct `path` if not using Ubuntu.
|
|||
- name: Get pip cache dir
|
||||
id: pip-cache
|
||||
run: |
|
||||
python -m pip install -U "pip>=20.1"
|
||||
echo "::set-output name=dir::$(pip cache dir)"
|
||||
|
||||
- name: pip cache
|
||||
|
|
Loading…
Reference in New Issue