Skip to content
Snippets Groups Projects
Commit 3bb4273a authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Skip 01_tutorial_getting_started if graphviz is not installed

parent 82af488a
Branches
Tags
1 merge request!160Skip 01_tutorial_getting_started if graphviz is not installed
......@@ -85,6 +85,7 @@ try:
import graphviz
except ImportError:
collect_ignore += [os.path.join(SCRIPT_FOLDER, "pystencils/backends/dot.py")]
collect_ignore += [os.path.join(SCRIPT_FOLDER, "doc/notebooks/01_tutorial_getting_started.ipynb")]
try:
import pyevtk
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment