Skip to content

Commit

Permalink
test action: install fgsea from github
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Dec 20, 2024
1 parent 018f597 commit 088eb36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Test_Package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
use-public-rspm: true

- name: Install remotes
run: Rscript -e 'install.packages("remotes")'
run: |
Rscript -e 'install.packages("remotes")'
Rscript -e 'remotes::install_github("ctlab/fgsea")' # see: https://github.com/ctlab/fgsea/issues/165
- name: Install MetaProViz from git by pak
run: Rscript -e 'remotes::install_github("saezlab/MetaProViz")' #we install from GitHub as if we are a random user

0 comments on commit 088eb36

Please sign in to comment.