Skip to content

Commit bd515a9

Browse files
committed
Install graphviz in test pipelines
1 parent 51be458 commit bd515a9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test_docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
with:
5252
python-version: ${{ matrix.python-version }}
5353

54+
- name: "Setup Graphviz"
55+
uses: ts-graphviz/setup-graphviz@v2
56+
5457
- name: "Install requirements"
5558
run: pip install -r requirements/requirements_build.txt
5659

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
with:
115115
python-version: ${{ matrix.python-version }}
116116

117+
- name: "Setup Graphviz"
118+
uses: ts-graphviz/setup-graphviz@v2
119+
117120
- name: "Update pip to the latest version and install tox"
118121
shell: pwsh
119122
run: |

0 commit comments

Comments
 (0)