DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
26 stars 8 forks source link

Fix yarn installb #829

Closed dwu359 closed 1 year ago

dwu359 commented 1 year ago

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

farisdurrani commented 1 year ago

what does the --prune tag do?

I believe that's for pruning (uninstalling) unused packages

farisdurrani commented 1 year ago

Approved, you may merge the branch anytime