Skip to content

Commit 5355e75

Browse files
committed
rm deps install
1 parent 168d421 commit 5355e75

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/check-bioc.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,6 @@ jobs:
220220
cd preprocessCore
221221
R CMD INSTALL --configure-args="--disable-threading" .
222222
223-
- name: Install missing dependencies
224-
run: |
225-
BiocManager::install(c("Rcpp", "mzR", "S4Vectors", "PSMatch", "IRanges", "plyr", "vsn", "pcaMethods", "mzID", "ggplot2", "scales"), force = FALSE, type = "source")
226-
shell: Rscript {0}
227-
228223
## - name: Install ProtGenerics from Github
229224
## run: BiocManager::install("RforMassSpectrometry/ProtGenerics")
230225
## shell: Rscript {0}

0 commit comments

Comments
 (0)