lucastrschneider/Python Virtual Environment

Creates a python virtual environment and runs a specified command in it

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 1, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: lucastrschneider/python-env-action@a67e8897914ba93cf9e75de027ae4cb9e909d253 # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
python-versionPython version to use on the environmentyes3.11.3
requirementsName of the requirements file or string containing list of requirements, see PyPI documentation for more infoyes
constraintsName of the constraints file or string containing list of constraints, see PyPI documentation for more infoyes
commandCommand to be executed in the virtual environmentyes

no outputs