From 13c21963df1b32a0d16f680a7538d57d13343eb3 Mon Sep 17 00:00:00 2001 From: Radhakrishna Sanka Date: Mon, 23 Oct 2023 09:24:25 +0000 Subject: [PATCH] Updated actions to include graphviz install --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4565afa..a792204 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,8 @@ jobs: os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: + - name: Install graphviz deps + run: apt-get install -y graphviz-dev - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: