Skip to content

Commit 5460f49

Browse files
fix CI runs
1 parent c4482b8 commit 5460f49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/end-to-end.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
mkdir vignettes
7575
cp tests/testthat/in/pkgdown.Rmd vignettes/
7676
rm -rf man/
77+
mkdir -p man
7778
cp tests/testthat/in/autoupdate.Rd man/
7879
pre-commit run --files _pkgdown.yml
7980
pre-commit run --files man/autoupdate.Rd

.github/workflows/hook-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
run: |
6868
source('renv/activate.R')
6969
renv::restore()
70+
options(install.packages.compile.from.source = "never", pkgType = "binary")
7071
# install hook-specific additional_dependencies from .pre-commit-config.yaml
7172
renv::install(c('pkgdown', 'mockery'))
7273
renv::install(getwd(), dependencies = FALSE)

0 commit comments

Comments
 (0)