You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if we have `set -e`, if `pip install` fails, the script goes on
because we use the && operator.
Avoid this to make sure that we discover any errors with `pip install`.
Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
0 commit comments