Skip to content

Commit

Permalink
address stringi issue again
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanevski committed Jul 27, 2023
1 parent ecb7ddf commit fc5d64a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
sudo -s eval "$sysreqs"
# SpatialExperiment (magick) dependency
sudo apt-get install -y libmagick++-dev
sudo apt-get install -y libmagick++-dev
- name: Install BiocManager
run: |
Expand Down Expand Up @@ -134,8 +134,10 @@ jobs:
- name: Deploy package
if: github.ref == 'refs/heads/master' && runner.os == 'Linux'
run: |
remotes::install_cran(c("pkgdown"), upgrade = TRUE)
BiocManager::install(c("decoupleR", "SpatialExperiment"), ask = FALSE)
install.packages(c("pkgdown", "sctransform"))
install.packages(c("stringi", "ridge"), type="source", repos="https://cloud.r-project.org/")
BiocManager::install("OmnipathR", ask=FALSE)
## modified from pkgdown::deploy_to_branch
deploy_to_branch_mod <- function(pkg = ".", commit_message = pkgdown:::construct_commit_message(pkg),
Expand Down

0 comments on commit fc5d64a

Please sign in to comment.