open-reading-frame/setup-python-action
Setup Python and install specified dependencies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Version of python to setup | no | 3.10 |
| requirements-txt | Relative path to requirements.txt file. Wildcards can be submitted as well | no | — |
| packages | Space-delimited pip packages to be installed | no | — |
| pip-install-args | Additional arguments to add to the pip install command | no | — |
| build-command | Build command to be executed after installation, if needed | no | — |
Outputs
no outputs