Skip to content

Commit

Permalink
Try a different order in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Dec 13, 2024
1 parent ded9da6 commit 6856214
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,23 +179,19 @@ jobs:
continue-on-error: true
shell: Rscript {0}

- name: Install development spatialLIBD
run: |
## Install spatialLIBD from latest git commit
BiocManager::install("LieberInstitute/spatialLIBD", build_vignettes = FALSE)
shell: Rscript {0}

- name: Install dependencies pass 2
run: |
## Pass #2 at installing dependencies
message(paste('****', Sys.time(), 'pass number 2 at installing dependencies: any remaining dependencies ****'))
remotes::install_local(dependencies = TRUE, repos = BiocManager::repositories(), build_vignettes = TRUE, upgrade = TRUE, force = TRUE)
shell: Rscript {0}

- name: Install development spatialLIBD
run: |
## Install spatialLIBD from latest git commit
BiocManager::install("LieberInstitute/spatialLIBD")
## We also need the development version of BiocCheck (temporarily)
## due to https://github.com/Bioconductor/BiocCheck/commit/481d8d1fa9c5ac32672d1119a058b8add2a933ed
BiocManager::install("Bioconductor/BiocCheck")
shell: Rscript {0}

- name: Install BiocGenerics
if: env.has_RUnit == 'true'
run: |
Expand Down

0 comments on commit 6856214

Please sign in to comment.