Skip to content

Commit

Permalink
Update deploy-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede authored Oct 28, 2024
1 parent d917b6a commit e8cf3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install package
run: |
install.packages("tima", repos = c("https://taxonomicallyinformedannotation.r-universe.dev", "https://bioc.r-universe.dev", "https://r-lib.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE)
install.packages("tima", repos = c("https://taxonomicallyinformedannotation.r-universe.dev", "https://bioc.r-universe.dev", "https://r-forge.r-universe.dev/colorspace", "https://r-lib.r-universe.dev", "https://cloud.r-project.org"), dependencies = TRUE)
tima::install()
shell: Rscript {0}

Expand Down

0 comments on commit e8cf3f5

Please sign in to comment.