Skip to content

Commit

Permalink
Force Matrix install for sanitizer checks
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jul 1, 2024
1 parent f2e8f87 commit 6c18ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: |
install.packages("remotes")
library("remotes")
install_cran(c("Matrix", "bigmemory"))
install_cran(c("codetools", "cluster", "lattice", "class"), force = TRUE)
install_cran(c("bigmemory"))
install_cran(c("Matrix", "codetools", "cluster", "lattice", "class"), force = TRUE)
update(dev_package_deps(dependencies = TRUE))
- name: Check with sanitizers
Expand Down

0 comments on commit 6c18ce0

Please sign in to comment.