Closed tztsai closed 10 months ago
graphviz
only helps to render the generated xml/ svg file to a graph. If the file is not generated, it could be something else.
I've found that the issue is because poetry
only installed the python package of graphviz
. In order to generate the SVG file, we must run sudo apt-get install graphviz
as well (for ubuntu). I have added this line in the CI file in my PR #149.
Describe the bug