Skip to content

Commit

Permalink
Temp workaround to Bioconductor/BiocCheck@481d8d1
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Jul 24, 2024
1 parent 9523156 commit ce1e806
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ jobs:
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
Expand Down

0 comments on commit ce1e806

Please sign in to comment.