Skip to content

Commit

Permalink
install arrow for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young authored Apr 8, 2024
1 parent d6a8d07 commit c05daa7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install arrow
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:
extra-packages: |
Expand Down

0 comments on commit c05daa7

Please sign in to comment.