Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyhanson committed Jan 26, 2024
1 parent 54868cf commit 52e862a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/R-CMD-check-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,15 @@ jobs:
cache-version: 1
extra-packages: |
any::rcmdcheck
any::covr
any::remotes
gurobi=?ignore
needs: |
check
coverage
- name: Install dependencies
run: |
options("install.packages.compile.from.source" = "never")
install.packages("remotes")
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
remotes::install_cran("covr")
options("install.packages.compile.from.source" = "yes")
remotes::install_cran("sf")
remotes::install_cran("RcppAlgos")
Expand Down

0 comments on commit 52e862a

Please sign in to comment.