getsentry/venv setup

configures venv, python and caches

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
python-versionVersion range or exact version of Python or PyPy to use, using SemVer's version range syntax. If not set, the version in .python-version file will be used.""
cache-dependency-pathRequirement files to install. Can be a glob pattern.**/requirements*.txt
venv-dir.venv
install-cmdCommand to install python dependencies.
working-directoryThe working directory to run the action in.${{ github.workspace }}
namedescription
cache-hitA boolean value to indicate if a cache was restored