README: Explain that poetry might create multiple caches

This commit is contained in:
Oran Avraham 2022-11-15 13:55:18 -05:00
parent bb9c5ac469
commit bc3992ed30
No known key found for this signature in database
GPG key ID: 93535690AF9131E5

View file

@ -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:**