Skip to content

Commit

Permalink
Modify dependency installation on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Jan 5, 2024
1 parent 32a72cf commit 5ba68d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
brew install harfbuzz
brew install fribidi
Rscript -e 'BiocManager::install(c("GenomeInfoDbData"), type = "source")'
Rscript -e 'BiocManager::install(c("GenomicFeatures"), type = "binary")'
Rscript -e 'BiocManager::install(c("GenomicFeatures"), type = "source")'
- name: Install R package dependencies
Expand Down

0 comments on commit 5ba68d2

Please sign in to comment.