Skip to content

Commit

Permalink
ci: install graphviz for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jun 19, 2024
1 parent 60aa7a8 commit 14e2bf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
with:
python-version: '3.11'
cache-dependency-path: docs/requirements.txt
- name: Install apt dependencies
run: |
sudo apt update
sudo apt install -y graphviz
- name: Install Python dependencies
run: |
pip install uv
Expand Down

0 comments on commit 14e2bf7

Please sign in to comment.