From 0e3681d18fa6a2159acd5be2b953fa225eab9dee Mon Sep 17 00:00:00 2001 From: Xinyue Ruan Date: Fri, 1 Jul 2022 14:43:06 +0800 Subject: [PATCH] fix missing graph in dotnet documentation website --- pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline.yaml b/pipeline.yaml index 5a9a4082a3..375bd28653 100644 --- a/pipeline.yaml +++ b/pipeline.yaml @@ -63,6 +63,7 @@ jobs: - bash: | set -e sudo apt-get install doxygen + sudo apt-get install graphviz -y source activate synapseml sbt packagePython sbt publishBlob publishDocs publishR publishPython