Skip to content

Commit

Permalink
CI: fix setup-graphviz config (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya authored Jan 10, 2023
1 parent b13b0ef commit 71e203f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
with:
# Skip to run brew update command on macOS, duo to
# https://github.com/ts-graphviz/setup-graphviz/issues/457
macos-skip-brew-update: 'true'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 71e203f

Please sign in to comment.