Skip to content

Commit 8f802ee

Browse files
authored
Update render-module-rmd.yaml
ensure `LandR` installed
1 parent 47852d9 commit 8f802ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/render-module-rmd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ jobs:
5353

5454
- uses: PredictiveEcology/actions/install-Rmd-pkgs@v0.2
5555

56-
- name: Install module package dependencies
56+
- name: Install module package and other dependencies
5757
run: |
5858
pkgs <- SpaDES.core::packages(modules = "[[name]]", paths = "..")[[1]]
5959
Require::Require(pkgs[[1]])
60+
Require::Require(c("PredictiveEcology/LandR@development"), require = FALSE)
6061
shell: Rscript {0}
6162

6263
- name: Render module Rmd

0 commit comments

Comments
 (0)