Skip to content

Commit

Permalink
CI: install graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Oct 1, 2024
1 parent 1a73cdf commit af80d55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: Setup testing environment
run: |
sudo apt update
sudo apt install -y libgraphviz-dev
sudo apt install -y \
libgraphviz-dev \
graphviz
- name: Install Python dependencies
run: |
pdm install
Expand Down

0 comments on commit af80d55

Please sign in to comment.