ci: fix docs builder

This commit is contained in:
Mike A.
2025-08-05 15:47:33 +02:00
parent 2fda5abb74
commit 29e95477d1

View File

@@ -17,10 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install uv and set the python version
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}
- uses: "./.github/actions/setup-project"
- name: Install graphviz
run: sudo apt-get install -y graphviz