From 0e688c32e4d6799d5046175d3be38710de8661c6 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 20 Nov 2024 18:13:19 +0100 Subject: [PATCH] Adjust workaround for ts-graphviz/setup-graphviz#630 Only skip install on macos-13; allow on macos-latest. --- .github/workflows/pytest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index b4515ee9a..0d30b3a7d 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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