lucastrschneider/Python Virtual Environment
Creates a python virtual environment and runs a specified command in it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 1, 2023
- License
- None
Pinned Snippet
uses: lucastrschneider/python-env-action@a67e8897914ba93cf9e75de027ae4cb9e909d253 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Python version to use on the environment | yes | 3.11.3 |
| requirements | Name of the requirements file or string containing list of requirements, see PyPI documentation for more info | yes | — |
| constraints | Name of the constraints file or string containing list of constraints, see PyPI documentation for more info | yes | — |
| command | Command to be executed in the virtual environment | yes | — |
Outputs
no outputs