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
remove
```
&& find / -depth -type d -name tests -exec rm -rf {} \; \
&& find / -depth -type d -name test -exec rm -rf {} \; \
```
because
```
tensorflow will use test
from tensorflow import test
```