Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Dec 24, 2023
1 parent 9e08755 commit 36947a2
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/check-bioc.yml
Expand Up @@ -52,7 +52,7 @@ env:
run_covr: 'true'
run_pkgdown: 'true'
has_RUnit: 'false'
cache-version: 'cache-v2'
cache-version: 'cache-v3'

jobs:
## This first job uses the GitHub repository branch name to infer what
Expand Down Expand Up @@ -209,10 +209,8 @@ jobs:

- name: Install dependencies (manually)
run: |
BiocManager::install("preprocessCore", configure.args="--disable-threading", force = TRUE, type = "source")
BiocManager::install("msdata")
BiocManager::install(c("vsn", "affy"))
BiocManager::install("magick", dependencies = TRUE, ask = FALSE, update=TRUE)
## BiocManager::install("preprocessCore", configure.args="--disable-threading", force = TRUE, type = "source")
## BiocManager::install("magick", dependencies = TRUE, ask = FALSE, update=TRUE)
shell: Rscript {0}

## See https://github.com/Bioconductor/bioconductor_docker/issues/22
Expand All @@ -222,13 +220,9 @@ jobs:
cd preprocessCore
R CMD INSTALL --configure-args="--disable-threading" .
- name: Install MsCoreUtils from Github
run: BiocManager::install("RforMassSpectrometry/MsCoreUtils")
shell: Rscript {0}

- name: Install ProtGenerics from Github
run: BiocManager::install("RforMassSpectrometry/ProtGenerics")
shell: Rscript {0}
## - name: Install ProtGenerics from Github
## run: BiocManager::install("RforMassSpectrometry/ProtGenerics")
## shell: Rscript {0}

- name: Session info
run: |
Expand Down

0 comments on commit 36947a2

Please sign in to comment.