Install graphviz.

This commit is contained in:
Patrick Lehmann
2024-01-11 23:13:11 +01:00
parent 67d7ec2c73
commit 6844d48a6f

View File

@@ -69,6 +69,9 @@ jobs:
- name: ⏬ Checkout repository - name: ⏬ Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: 🔧 Install graphviz
run: sudo apt-get install -y --no-install-recommends graphviz
- name: 🐍 Setup Python ${{ inputs.python_version }} - name: 🐍 Setup Python ${{ inputs.python_version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
@@ -147,11 +150,6 @@ jobs:
run: | run: |
export PYTHONPATH=$(pwd) export PYTHONPATH=$(pwd)
ls -lah .
ls -lah report
ls -lah report/coverage
ls -lah report/coverage/html
cd "${{ inputs.doc_directory || '.' }}" cd "${{ inputs.doc_directory || '.' }}"
sphinx-build -v -n -b html -d _build/doctrees -j $(nproc) -w _build/html.log . _build/html sphinx-build -v -n -b html -d _build/doctrees -j $(nproc) -w _build/html.log . _build/html