Skip to content

Commit

Permalink
Try with installing graphviz instead of libgraphviz-dev (#563)
Browse files Browse the repository at this point in the history
* Try with installing graphviz instead of libgraphviz-dev

* Install graphviz-dev
  • Loading branch information
maximlt authored Oct 23, 2021
1 parent d490aa9 commit a10fe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: graphviz
run: sudo apt install libgraphviz-dev
run: sudo apt install graphviz graphviz-dev
- name: env setup
run: |
python -m pip install pip==21.0.0
Expand Down

0 comments on commit a10fe2b

Please sign in to comment.