Skip to content

Commit 27def82

Browse files
Update workflows
1 parent 8ab154c commit 27def82

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/R-CMD-BioCheck.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
with:
1717
use-public-rspm: true
1818

19-
- name: Install dependencies
20-
run: |
21-
Rscript -e 'install.packages("remotes")'
22-
Rscript -e 'remotes::install_deps(dependencies = TRUE)'
23-
2419
- name: Install renv
2520
run: Rscript -e 'install.packages("renv")'
21+
22+
- name: Install BiocManager
23+
run: Rscript -e 'install.packages("BiocManager")'
2624

2725
- name: Restore project environment from renv.lock
2826
run: Rscript -e 'renv::restore()'

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
with:
1717
use-public-rspm: true
1818

19-
- name: Install dependencies
20-
run: |
21-
Rscript -e 'install.packages("remotes")'
22-
Rscript -e 'remotes::install_deps(dependencies = TRUE)'
23-
2419
- name: Install renv
2520
run: Rscript -e 'install.packages("renv")'
2621

0 commit comments

Comments
 (0)