From bc3992ed3081de07e31f07f4ccd9fda82112c36c Mon Sep 17 00:00:00 2001 From: Oran Avraham Date: Tue, 15 Nov 2022 13:55:18 -0500 Subject: [PATCH] README: Explain that poetry might create multiple caches --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b21c77bd..08619c6a3 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The action defaults to searching for a dependency file (`requirements.txt` for p - For `pip`, the action will cache the global cache directory - For `pipenv`, the action will cache virtualenv directory - - For `poetry`, the action will cache virtualenv directory + - For `poetry`, the action will cache virtualenv directories -- one for each poetry project found **Caching pip dependencies:**