Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marouenbg committed Mar 2, 2024
1 parent 2ea5969 commit 2fdb77a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
py_install("scipy")
py_install("pandas")
py_install("joblib")
library(BiocManager)
install.packages("BiocManager")
library("BiocManager")
install("BiocFileCache")
shell: Rscript {0}

Expand Down

0 comments on commit 2fdb77a

Please sign in to comment.