Skip to content

Commit

Permalink
modify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb59 committed May 17, 2024
1 parent 367ae96 commit 3760df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdrfToNfConf_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: install dependencies
run: |
Rscript -e 'install.packages(c("data.table", "optparse", "remotes"), repos="https://cran.rstudio.com")'
Rscript -e 'remotes::install_github("ebi-gene-expression-group/workflowscriptscommon", ref="develop")'
Rscript -e 'install.packages(c("data.table", "optparse", "devtools"))'
Rscript -e 'devtools::install_github("ebi-gene-expression-group/workflow-scripts-common")'
- name: run test
run: |
set -e
Expand Down

0 comments on commit 3760df1

Please sign in to comment.