Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jun 17, 2024
1 parent 143fd49 commit 789ba55
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 @@ -61,8 +61,8 @@ jobs:
cache-dependency-path: "**/pyproject.toml"

- uses: ts-graphviz/setup-graphviz@v2
with:
macos-skip-brew-update: true
# TEMPORARY Work around ts-graphviz/setup-graphviz#630
if: ${{ ! startswith(matrix.os, 'macos-') }}

- name: Cache GAMS installer and R packages
uses: actions/cache@v4
Expand Down Expand Up @@ -138,8 +138,8 @@ jobs:
shell: bash

- uses: ts-graphviz/setup-graphviz@v2
with:
macos-skip-brew-update: true
# TEMPORARY Work around ts-graphviz/setup-graphviz#630
if: ${{ ! startswith(matrix.os, 'macos-') }}

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

0 comments on commit 789ba55

Please sign in to comment.