Skip to content

Commit 9b2f2ba

Browse files
author
Guy Davenport
committed
trying to fix build
1 parent 4ab1a32 commit 9b2f2ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ jobs:
7373
- name: Install dependencies
7474
working-directory: main/pkg
7575
run: |
76-
Rscript -e "install.packages(c('usethis', 'pkgdown', 'rcmdcheck', 'rversions', 'urlchecker'), repos = 'https://cloud.r-project.org')"
77-
Rscript -e "install.packages('devtools', repos = 'https://cloud.r-project.org')"
76+
Rscript -e "install.packages(c('usethis', 'pkgdown', 'rcmdcheck', 'rversions', 'urlchecker', 'devtools'), repos = 'https://cloud.r-project.org')"
7877
Rscript -e "devtools::install_deps(dependencies = TRUE)"
7978
8079
- name: Document R package

0 commit comments

Comments
 (0)