robpol86/Initialize Dependencies
Install Python Poetry project dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Python version to install | no | 3.10 |
| poetry-version | Poetry version to install | no | 1.1.13 |
| install-cmd | Override poetry install command, overrides no-dev and poetry-install-cmd* | no | "" |
| no-dev | Whether to exclude tool.poetry.dev-dependencies in pyproject.toml | no | false |
| poetry-install-cmd | Command to install all project dependencies | no | poetry install |
| poetry-install-cmd-no-dev | Command to install project dependencies without dev-dependencies | no | poetry install --no-dev |
| postargs | Append arguments to the install command | no | "" |
| cache-buster | Append string to cache key | no | "" |
Outputs
| name | description |
|---|---|
| python-version | Same as input |
| poetry-version | Same as input |
| install-cmd | Same as input |
| no-dev | Same as input |
| poetry-install-cmd | Same as input |
| poetry-install-cmd-no-dev | Same as input |
| postargs | Same as input |
| cache-buster | Same as input |
| cache-hit | If an exact match was found for the generated cache key |
| cache-was-valid | If the restored cache was valid |
| cache-end-result-valid | If the restored cache was valid at the end of this action's run |
| install-cmd-out | Install command actually used by the action |