Commit f8c78ce9 authored by kleswing's avatar kleswing
Browse files

No longer remove cpu only TF

parent 21679ff7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -12,10 +12,9 @@ conda install -y ipykernel
conda install -y matplotlib
yes | pip install nglview
conda install -y ipywidgets
yes | pip uninstall tensorflow

cd examples/notebooks
nosetests --with-timer tests.py --with-xunit --xunit-file=notebook_tests.xml|| true

source deactivate
conda remove --name $envname --all
 No newline at end of file
#conda remove --name $envname --all