Skip to content

Commit

Permalink
Try fix tests v3: imager pkg added in build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Feb 21, 2024
1 parent 701b346 commit ef05ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes","rcmdcheck"), repos = "https://cloud.r-project.org")
install.packages(c("remotes","rcmdcheck","imager"), repos = "https://cloud.r-project.org")
install.packages(c("rjson"), repos = "https://cloud.r-project.org")
remotes::install_deps(dependencies = TRUE)
remotes::install_github("JGCRI/rpackageutils")
Expand Down

0 comments on commit ef05ddf

Please sign in to comment.