Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young authored Apr 8, 2024
1 parent c05daa7 commit 56169dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:
use-public-rspm: true

- name: Install arrow
if: matrix.config.os == 'macOS-latest'
run: |
Rscript -e "install.packages('arrow', repos = c('https://apache.r-universe.dev'))"
if: matrix.os == 'macOS-latest'
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 56169dd

Please sign in to comment.