coveo/stew ci
Launch "stew ci" on a python project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-name | When empty, all projects in the repository will be targeted. When set to a value starting with '.', the project at that path will be targeted. When set to any other string, only that project will be targeted. | no | "" |
| working-directory | The working directory where stew will run. Defaults to the root of the repository. | no | . |
| python-version | The python version number, such as "3.10". See `actions/setup-python` for documentation. | yes | — |
| poetry-version | The pip constraint when installing poetry. | no | <2.0.0 |
| coveo-stew-version | The pip constraint when installing coveo-stew. | no | <5 |
| run-stew | If not "true", `stew ci` will not be ran. This is a shortcut to checkout/setup-python/poetry/stew without running it. | no | true |
| install-python | Can be set to false to skip installing python. | no | true |
| python-exec | The name of the python executable | no | python |
Outputs
no outputs