Skip to content

Commit

Permalink
pkgdown action: install fgsea before other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Dec 20, 2024
1 parent 6967aea commit eef64bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Build_gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
use-public-rspm: true

- name: Install fgsea
run: |
Rscript -e 'install.packages("remotes")'
Rscript -e 'remotes::install_github("ctlab/fgsea")' # see: https://github.com/ctlab/fgsea/issues/165
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
Expand Down

0 comments on commit eef64bc

Please sign in to comment.