Skip to content

Commit

Permalink
Update check-bioc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto authored Oct 18, 2024
1 parent aa639c2 commit 3415283
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ jobs:
BiocManager::install("BiocCheck")
shell: Rscript {0}

- name: Install latest pRolocdata (1.43.2) from github
run: |
BiocManager::install("lgatto/pRolocdata", ask = FALSE, force = TRUE)
continue-on-error: true
shell: Rscript {0}

- name: Session info
run: |
options(width = 100)
Expand Down

0 comments on commit 3415283

Please sign in to comment.