mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-30 20:18:11 +00:00
Faster builds for R CI (#1538)
* Change R CI for MacOS * specify binary installs * try cache packages * trigger rebuild to see if caching worked
This commit is contained in:
parent
20d6afba8b
commit
0d260699e4
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
- language: r
|
||||
r:
|
||||
- devel
|
||||
cache: packages
|
||||
install:
|
||||
- R -e 'install.packages("devtools")'
|
||||
- R -e 'devtools::install_deps("R", dependencies = TRUE)'
|
||||
|
|
@ -29,3 +30,4 @@ jobs:
|
|||
- R CMD INSTALL *tar.gz
|
||||
script:
|
||||
- R -e 'library(prophet); library(devtools); devtools::test()'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue