Skip to content

Commit

Permalink
Use setup-graphviz before setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jun 17, 2024
1 parent 1c4947f commit 06cdb4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ jobs:
fetch-depth: ${{ env.depth }}
fetch-tags: true

- uses: ts-graphviz/setup-graphviz@v2
with:
macos-skip-brew-update: 'true'

- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: "**/pyproject.toml"

- uses: ts-graphviz/setup-graphviz@v2
with:
macos-skip-brew-update: true

- uses: r-lib/actions/setup-r@v2
id: setup-r
with:
Expand Down

0 comments on commit 06cdb4d

Please sign in to comment.