Skip to content

Commit

Permalink
README: Explain that poetry might create multiple caches
Browse files Browse the repository at this point in the history
  • Loading branch information
oranav committed Dec 9, 2022
1 parent bb9c5ac commit bc3992e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:**

Expand Down

0 comments on commit bc3992e

Please sign in to comment.