Skip to content

Commit ffa3029

Browse files
committed
feat: dev
1 parent e0ad6f0 commit ffa3029

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
3737
run: poetry install --no-interaction --no-ansi
3838

39+
- name: Install Graphviz
40+
run: sudo apt-get update && sudo apt-get install -y graphviz
41+
3942
- name: Run tests
4043
run: make test
4144

0 commit comments

Comments
 (0)