From 2110fde079a71df51e73223baa94fe50151dbe4b Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 2 Nov 2022 10:39:24 +0100 Subject: [PATCH] Move setup-graphviz step before setup-r in "pytest" CI workflow Work around ts-graphviz/setup-graphviz#375 --- .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 09efb66c0..827a6761f 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -86,6 +86,8 @@ jobs: run: echo "RETICULATE_PYTHON=$pythonLocation" >> $GITHUB_ENV shell: bash + - uses: ts-graphviz/setup-graphviz@v1 + - uses: r-lib/actions/setup-r@v2 id: setup-r @@ -107,8 +109,6 @@ jobs: version: ${{ env.GAMS_VERSION }} license: ${{ secrets.GAMS_LICENSE }} - - uses: ts-graphviz/setup-graphviz@v1 - - name: Install ixmp and dependencies working-directory: ixmp run: pip install .