Skip to content

Commit

Permalink
fix: release action needs graphviz to run tests before publising
Browse files Browse the repository at this point in the history
  • Loading branch information
fgmacedo committed May 7, 2024
1 parent db1cc95 commit 997211a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 997211a

Please sign in to comment.