Skip to content

Commit

Permalink
Skip quarto install for rhub workflow (#258)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pawelru authored Oct 10, 2024
1 parent 3f415be commit 2765854
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2765854

Please sign in to comment.