mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
README: Explain that poetry might create multiple caches
This commit is contained in:
parent
bb9c5ac469
commit
bc3992ed30
1 changed files with 1 additions and 1 deletions
|
@ -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 `pip`, the action will cache the global cache directory
|
||||||
- For `pipenv`, the action will cache virtualenv 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:**
|
**Caching pip dependencies:**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue