Skip to content

Commit

Permalink
Fix Matrix/TMB version conflicts on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Nov 30, 2023
1 parent c0ac548 commit ec7f789
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
remotes::install_cran("knitr")
remotes::install_cran("rmarkdown")
remotes::install_cran("rcmdcheck")
install.packages("Matrix", type = "source")
install.packages("TMB", type = "source")
shell: Rscript {0}

- name: Install dependencies Windows
Expand All @@ -92,6 +94,8 @@ jobs:
remotes::install_cran("knitr")
remotes::install_cran("rmarkdown")
remotes::install_cran("rcmdcheck")
install.packages("Matrix", type = "source")
install.packages("TMB", type = "source")
shell: Rscript {0}

- name: Check
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
remotes::install_cran("cowplot")
remotes::install_cran("rnaturalearth")
remotes::install_cran("rnaturalearthdata")
install.packages("Matrix", type = "source")
install.packages("TMB", type = "source")
shell: Rscript {0}

- name: Build site
Expand Down

0 comments on commit ec7f789

Please sign in to comment.