Skip to content

Commit 29838f8

Browse files
committed
Make sure this version of cpp11 is installed in test-coverage.yml
Like in the other workflows
1 parent 037163d commit 29838f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-coverage.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
options(warn = 2)
3434
pak::local_install_dev_deps("cpp11test", dependencies = TRUE)
35+
install.packages(".", repos = NULL, type = "source")
3536
install.packages("cpp11test", repos = NULL, INSTALL_opts = "--install-tests", type = "source")
3637
shell: Rscript {0}
3738

0 commit comments

Comments
 (0)