Skip to content

Commit

Permalink
Use our nightlies repo to install arrow (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane authored Oct 29, 2021
1 parent f5c4410 commit d5d21a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install R dependencies
run: |
install.packages('remotes')
install.packages('arrow')
install.packages('arrow', repos = c('https://arrow-r-nightly.s3.amazonaws.com', getOption('repos')))
remotes::install_github('ursacomputing/arrowbench')
shell: Rscript {0}
env:
Expand Down

0 comments on commit d5d21a8

Please sign in to comment.