From 2765854749a744746d3528d9eb62f5e74762e955 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:12:07 +0200 Subject: [PATCH] Skip quarto install for rhub workflow (#258) Some of the machines in Rhub fails badly when installing quarto. We need to skip it (i) during installing pre-requisites and (ii) in rhub itself. For the latter I opened an issue and the author agrees to hard-code the skip. Note it's not done ATM --------- Signed-off-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com> --- .github/workflows/rhub.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 94d0cd6b..be38ed51 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -102,6 +102,7 @@ jobs: skip-install: true github-token: ${{ steps.github-token.outputs.token }} restore-description: false + install-quarto: "false" - uses: r-hub/actions/setup-deps@v1 with: @@ -153,6 +154,7 @@ jobs: skip-install: true github-token: ${{ steps.github-token.outputs.token }} restore-description: false + install-quarto: "false" - uses: r-hub/actions/setup-deps@v1 with: