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 51be458 commit bd515a9Copy full SHA for bd515a9
.github/workflows/test_docker.yml
@@ -51,6 +51,9 @@ jobs:
51
with:
52
python-version: ${{ matrix.python-version }}
53
54
+ - name: "Setup Graphviz"
55
+ uses: ts-graphviz/setup-graphviz@v2
56
+
57
- name: "Install requirements"
58
run: pip install -r requirements/requirements_build.txt
59
.github/workflows/tests.yml
@@ -114,6 +114,9 @@ jobs:
114
115
116
117
118
119
120
- name: "Update pip to the latest version and install tox"
121
shell: pwsh
122
run: |
0 commit comments