What user problem are we solving?
yarn installb gave an error if the conda environment is already created. The pre-commit cmd would also fail if the dev wasn't logged in to GitGuardian.
What solution does this PR provide?
yarn installb updates the environment if it detects that the environment is already created, and prompts the dev to sign in to GitGuardian if it isn't.
Testing Methodology
How did you test your changes and verify that existing
functionality is not broken
I tested it by deleting my conda env and reinstalling it with yarn installb
Fix yarn installb
What user problem are we solving? yarn installb gave an error if the conda environment is already created. The pre-commit cmd would also fail if the dev wasn't logged in to GitGuardian.
What solution does this PR provide? yarn installb updates the environment if it detects that the environment is already created, and prompts the dev to sign in to GitGuardian if it isn't.
Testing Methodology How did you test your changes and verify that existing functionality is not broken I tested it by deleting my conda env and reinstalling it with yarn installb
Any other considerations