ajparsons/Cache requirements.txt
Loads a venv from a requirements.txt, with a cache wrapper
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| requirements_path | path to requirements.txt | — | — |
| cache_key | short-key-for-action | — | cache-key |
| venv_path | Venv path for action | — | /tmp/venv_cache/ |
| python_version | python_version | — | 3.10 |
Outputs
| name | description |
|---|---|
| cache-hit | Was the cache used |