Skip to content

Commit

Permalink
added graphviz as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed Jul 2, 2024
1 parent ae2a6f2 commit 61aa217
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install system dependencies
run: sudo apt-get install -y graphviz graphviz-dev
- name: Install build dependencies
run: python -m pip install --upgrade pip wheel twine build
- name: Build package
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sphinx_autodoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: tlylt/install-graphviz@v1
- name: Setup Python
uses: actions/setup-python@v5
- name: Install system dependencies
run: sudo apt-get install -y graphviz graphviz-dev
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- uses: tlylt/install-graphviz@v1
- name: Setup Python
uses: actions/setup-python@v5
- name: Install system dependencies
run: sudo apt-get install -y graphviz graphviz-dev
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 61aa217

Please sign in to comment.