From 78bedd4f3a8ea58384c3298655f2a149bdcd1de0 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 7 May 2021 12:32:34 +1200 Subject: [PATCH] Actions: Setup Graphviz --- .github/workflows/gh-pages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8140e768..e5591a71 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -19,6 +19,9 @@ jobs: with: python-version: '3.8' + - name: Setup Graphviz + uses: ts-graphviz/setup-graphviz@v1 + - name: Upgrade pip run: | # install pip=>20.1 to use "pip cache dir"