martinbernstorff/Cache poetry and venv
Cache poetry and venv
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| poetry-version | Version of poetry, used for cache hash. If you change this, automatically invalidates the cache. | yes | 0.0.0 |
| cache-version | Cache version, used for cache key. If you change this, automatically invalidates the cache. | yes | 0.0.0 |
| python-version | Python version, used for cache key. If you change this, invalidates the cache. | yes | 0.0.0 |
Outputs
| name | description |
|---|---|
| venv-cache-hit | Whether there was a cache hit on .ven |
| poetry-cache-hit | Whether there was a cache hit on the poetry installation |