We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1cc95 commit 997211aCopy full SHA for 997211a
1 file changed
.github/workflows/release.yml
@@ -24,6 +24,8 @@ jobs:
24
uses: actions/setup-python@v4
25
with:
26
python-version: ${{ matrix.python-version }}
27
+ - name: Setup Graphviz
28
+ uses: ts-graphviz/setup-graphviz@v1
29
- name: Install Poetry
30
uses: snok/install-poetry@v1
31
0 commit comments