getsentry/venv setup
configures venv, python and caches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Version 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-path | Requirement files to install. Can be a glob pattern. | — | **/requirements*.txt |
| venv-dir | — | — | .venv |
| install-cmd | Command to install python dependencies. | — | — |
| working-directory | The working directory to run the action in. | — | ${{ github.workspace }} |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate if a cache was restored |