Skip to content

Commit

Permalink
chore: use insightsengineering/setup-r-dependencies@fix/copy-and-rest…
Browse files Browse the repository at this point in the history
…ore-description in rhub.yaml
  • Loading branch information
walkowif committed Sep 26, 2024
1 parent be437d5 commit 49c69c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ jobs:
job-config: ${{ matrix.config.job-config }}

- name: Prepare DESCRIPTION file
uses: insightsengineering/setup-r-dependencies@v1
uses: insightsengineering/setup-r-dependencies@fix/copy-and-restore-description
with:
lookup-refs: ${{ inputs.lookup-refs }}
skip-install: true
github-token: ${{ steps.github-token.outputs.token }}
restore-description: false

- uses: r-hub/actions/setup-deps@v1
with:
Expand Down Expand Up @@ -146,11 +147,12 @@ jobs:
job-config: ${{ matrix.config.job-config }}

- name: Setup R dependencies
uses: insightsengineering/setup-r-dependencies@v1
uses: insightsengineering/setup-r-dependencies@fix/copy-and-restore-description
with:
lookup-refs: ${{ inputs.lookup-refs }}
skip-install: true
github-token: ${{ steps.github-token.outputs.token }}
restore-description: false

- uses: r-hub/actions/setup-deps@v1
with:
Expand Down

0 comments on commit 49c69c0

Please sign in to comment.