nymphanamusic/Cached Poetry action
A GitHub action that caches Poetry and your project's dependencies.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| additional-dependency-groups | Additional dependency groups to install (like using `poetry install --with ...`). Write these as a JSON list. | — | — |
| poetry-home | Where to install Poetry | — | poetry |
| poetry-cache-dir | Where to install Poetry packages | — | poetry_cache |
| poetry-version | Version of Poetry to install | yes | — |
| python-version | Python version to install | yes | — |
Outputs
| name | description |
|---|---|
| was-poetry-cached | Whether Poetry was loaded from a cache |
| were-poetry-packages-cached | Whether Poetry packages were loaded from a cache |