Skip to content

Commit

Permalink
apacheGH-43635: [R][CI] Don't install Quarto (apache#43636)
Browse files Browse the repository at this point in the history
Pin to an old version of r-lib/actions that does not reference quarto-dev/quarto-actions. Though we still want to ask INFRA to add quarto-dev to the approved list.

* GitHub Issue: apache#43635

Authored-by: Jonathan Keane <[email protected]>
Signed-off-by: Jonathan Keane <[email protected]>
  • Loading branch information
jonkeane authored Aug 11, 2024
1 parent 493f08c commit ee86db5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,19 @@ jobs:
run: |
sudo apt-get install devscripts
- uses: r-lib/actions/setup-r@v2
# replace the SHA with v2 once INFRA-26031 is resolved
- uses: r-lib/actions/setup-r@732fb28088814627972f1ccbacc02561178cf391
with:
use-public-rspm: true
install-r: false

- uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-r-dependencies@732fb28088814627972f1ccbacc02561178cf391
with:
extra-packages: any::rcmdcheck
needs: check
working-directory: src/r

- uses: r-lib/actions/check-r-package@v2
- uses: r-lib/actions/check-r-package@732fb28088814627972f1ccbacc02561178cf391
with:
working-directory: src/r
env:
Expand Down Expand Up @@ -337,11 +338,11 @@ jobs:
cd r/windows
ls *.zip | xargs -n 1 unzip -uo
rm -rf *.zip
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r@732fb28088814627972f1ccbacc02561178cf391
with:
r-version: ${{ matrix.config.rversion }}
Ncpus: 2
- uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-r-dependencies@732fb28088814627972f1ccbacc02561178cf391
env:
GITHUB_PAT: "${{ github.token }}"
with:
Expand Down

0 comments on commit ee86db5

Please sign in to comment.