Browse Source

ci: install graphviz

pull/192/head
mingrammer 4 years ago
parent
commit
6d772091e2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/test.yml

+ 2
- 0
.github/workflows/test.yml View File

@@ -25,6 +25,8 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Install poetry
run: pip install poetry
- name: Run all tests


Loading…
Cancel
Save