Skip to content

Commit

Permalink
Bump GHA cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Jan 5, 2024
1 parent 4ffa8eb commit 32a72cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CURL_CONFIG: ${{ matrix.config.curlConfigPath }}curl-config
cache-version: v1
cache-version: v2

steps:
- name: checkout branch
Expand Down Expand Up @@ -86,6 +86,7 @@ jobs:
run: |
local_deps <- remotes::local_package_deps(dependencies = TRUE)
deps <- remotes::dev_package_deps(dependencies = TRUE, repos = BiocManager::repositories())
print(deps)
BiocManager::install(local_deps[local_deps %in% deps$package[deps$diff != 0]], Ncpu = 2L)
remotes::install_cran('rcmdcheck', Ncpu = 2L)
shell: Rscript {0}
Expand Down

0 comments on commit 32a72cf

Please sign in to comment.