mirror of
https://github.com/philippemerle/KubeDiagrams.git
synced 2026-08-22 14:36:24 +00:00
Install graphviz and graphviz-dev packages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user