From b085f49fd708ed44d9fdd17e0cd6010e94412823 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Mon, 17 Jun 2024 10:50:56 +0200 Subject: [PATCH] Work around ts-graphviz/setup-graphviz#630 --- .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 e27d6715d..2d0530b51 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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-') }} - uses: r-lib/actions/setup-r@v2 id: setup-r