Skip to content

Commit 997211a

Browse files
committed
fix: release action needs graphviz to run tests before publising
1 parent db1cc95 commit 997211a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: actions/setup-python@v4
2525
with:
2626
python-version: ${{ matrix.python-version }}
27+
- name: Setup Graphviz
28+
uses: ts-graphviz/setup-graphviz@v1
2729
- name: Install Poetry
2830
uses: snok/install-poetry@v1
2931
with:

0 commit comments

Comments
 (0)