Tags: j0yu/setup-rez
Tags
Test cases (#6) * initial test ourselves * Added in_container test * New names, check Python * don't setup python in containers * Added comments on actions/setup-python@v2 * Updated README * Added pythonExe option * Actually use and check rez python * Updated tests * Actually test with pythonExe
Test cases (#6) * initial test ourselves * Added in_container test * New names, check Python * don't setup python in containers * Added comments on actions/setup-python@v2 * Updated README * Added pythonExe option * Actually use and check rez python * Updated tests * Actually test with pythonExe
Bump @actions/core from 1.2.2 to 1.2.6 (#4) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.2 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump node-fetch from 2.6.0 to 2.6.1 (#3) Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @actions/http-client from 1.0.6 to 1.0.8 (#2) Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.6 to 1.0.8. - [Release notes](https://github.com/actions/http-client/releases) - [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md) - [Commits](https://github.com/actions/http-client/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Initial release (#1) * Initial README with idea * Initial action.yml * Initial index.js * Updated README, added node.js paths * Added testing CI * Added checkout, disabled outputs * Removed await * Wrapped in async run * Using our getInstallPy * Added muchos log messages * toString? * backticks? * Added typeof * more typeof * Fixed srcFolder * getInstallPy thorws error * Switched some to use core.debug * Defined makePackagesPaths, binds. Fixed macOS * Using comma separated instead * Initial implementation of binds and packages_path * Trying fs.mkdir instead * Trying with os.EOL split * Replacing before mkdirP * Fixed trimRight * Added inputs test * Excluding mottosso master, updated versions * WIP README update, index.js tidy * Added notes on new pip style install fallback * New logic for falling back to setup.py * Renamed, using filePath variable * Disabled most CI, added debug messages * Fixing str/object path error * Testing bleeding rez * Switched to use getDirentPath * Fixed bad var name * Initial rezInstall env vars object * Debugging * New addToEnv * Added ignore for jsdoc * Added jsdocs CI * Updated, fixed some documentations * Updated README and CI * Fixed no jekyll, bad setuptools bind * Test bind rez and hello world * Ready for merge and release