Skip to content

Commit

Permalink
Adjust workaround for ts-graphviz/setup-graphviz#630
Browse files Browse the repository at this point in the history
Only skip install on macos-13; allow on macos-latest.
  • Loading branch information
khaeru committed Nov 21, 2024
1 parent 3da9a21 commit 0e688c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
license: ${{ secrets.GAMS_LICENSE }}

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

- name: Determine extra dependencies
id: extra-deps
Expand Down

0 comments on commit 0e688c3

Please sign in to comment.