Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to install framework using pip and user defined version
Lately, we are noticing lot of issues due to broken framework in the environment using the unmatching version across different plugins, so let's avoid the direct repo install and use standard pip installation for framework and its plugin, by default it will install the latest released version of framework if bootstrapped, having said that user could choose the different version than default as needed through config and use the git repo aswell, details of how to choose different config options are documented in the config file comment section. Refactored the bootstrap workflow and env clean to have the proper environment to start with and clean the environment properly when asked, earlier unwanted steps were run. miscellaneous pylint fixes. Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
- Loading branch information