Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## what - add action `setup-pyenv` - setup locales (on ubuntu OS) - install build dependencies (on ubuntu OS) - setup pyenv ENVs - install pyenv - check pyenv version ## how - obtained from - https://github.com/mlflow/mlflow/blob/master/.github/actions/setup-pyenv/action.yml ## why - this will be used for setting up pyenv - this will declutter code in `.github/workflows/ci.yaml` ## where - ./.github/actions/setup-pyenv/action.yaml ## usage `uses: ./.github/actions/setup-pyenv` ## issue or pull request
- Loading branch information