Skip to content

Commit

Permalink
Add missing Graphviz steps to Build and Publish CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jul 18, 2023
1 parent 9929c6b commit bdfa88b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
python-version: "3.11"

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
python-version: "3.11"

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit bdfa88b

Please sign in to comment.