Skip to content

Commit

Permalink
install lgatto/pRolocdata
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Oct 15, 2024
1 parent 7df2372 commit d886670
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 @@ -187,6 +187,12 @@ jobs:
cd preprocessCore
R CMD INSTALL --configure-args="--disable-threading" .
- 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: Install dependencies pass 2
run: |
## Pass #2 at installing dependencies
Expand Down

0 comments on commit d886670

Please sign in to comment.