lsst-sqre/Run tox
This composite action runs tox, and includes setting up Python and caching the tox environments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Python version | yes | — |
| tox-envs | Tox environments to run (a comma-delimited list) | yes | — |
| tox-package | Pip requirements for installing tox | no | tox |
| tox-plugins | Pip requirements for installing tox plugins (e.g. tox-docker) | no | "" |
| tox-requirements | Pip requirements for installing tox and any plugins. If this is set, tox-package and tox-plugins are ignored. | no | "" |
| tox-posargs | Additional arguments to the tox command that are available to environments as the "{posargs}" substitution. | no | "" |
| cache-key-prefix | Prefix for the tox environment cache key. Set to distinguish from other caches. | no | tox |
| use-cache | Flag is enable caching of the tox environment | no | true |
| working-directory | Directory to run tox in | no | . |
Outputs
no outputs