Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Jul 25, 2023
1 parent 608cd73 commit 2eb6723
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ jobs:
pip install .
pip install -r docs/requirements.txt
- name: Add Graphviz to PATH
run: |
echo "/usr/bin" >> $GITHUB_PATH
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
with:
# graphviz version on Ubuntu.
ubuntu-graphviz-version: '2.42.2-3build2'
# libgraphviz-dev version on Ubuntu.
ubuntu-libgraphvizdev-version: '2.42.2-3build2'

- name: Test doctests
run: |
cd docs
Expand Down

0 comments on commit 2eb6723

Please sign in to comment.