j0yu/Setup rez
Install and bind rez packages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| source | GitHub repository to install rez from. | no | nerdvegas/rez |
| ref | Git tag/branch/commit to use. | no | master |
| pythonExe | Python executable to run install.py with. Can be switched to a more specific executable name, python3.6, or even the full path to the interperter, /opt/rh/rh-python38/root/usr/bin/python3 Internally passed as commandLine to actions/toolkit:exec.exec() https://github.com/actions/toolkit/blob/main/packages/exec/src/exec.ts#L12 | no | python |
| makePackagesPaths | Create all default "rez config packages_path". | no | true |
| binds | Comma separated packages to rez bind, e.g. "os, python". See "rez bind --list". Will force the creation of "rez config local_packages_path" | no | os, python |
Outputs
no outputs