1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-20 03:46:17 +02:00

Let users decide how they install pip 20.1+

This commit is contained in:
Hugo 2020-04-29 21:41:13 +03:00
parent eb479c07a5
commit a832bbcac5

View file

@ -298,7 +298,6 @@ Replace `~/.cache/pip` with the correct `path` if not using Ubuntu.
- name: Get pip cache dir - name: Get pip cache dir
id: pip-cache id: pip-cache
run: | run: |
python -m pip install -U "pip>=20.1"
echo "::set-output name=dir::$(pip cache dir)" echo "::set-output name=dir::$(pip cache dir)"
- name: pip cache - name: pip cache