From a832bbcac5eb73dc79b522c75c131b0dafc9fe88 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 29 Apr 2020 21:41:13 +0300 Subject: [PATCH] Let users decide how they install pip 20.1+ --- examples.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples.md b/examples.md index 3c1140b..e9f43cc 100644 --- a/examples.md +++ b/examples.md @@ -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