Install graphviz and graphviz-dev packages

This commit is contained in:
Philippe Merle
2026-02-26 07:07:12 +01:00
committed by GitHub
parent fbd290237b
commit d7fcbd9396
+1
View File
@@ -24,6 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt install graphviz graphviz-dev
python -m pip install --upgrade pip
pip install pylint setuptools PyYAML diagrams graphviz2drawio
- name: Analysing the code with pylint