Skip to content

Commit

Permalink
check if this now works OR whether other stuff needs to do
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaSeep committed Jun 28, 2024
1 parent b9fd47e commit a497380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/start_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install dependencies
run: |
Rscript -e "install.packages('remotes', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('shiny', repos='http://cran.rstudio.com/')"
Rscript -e "remotes::install_deps(dependencies = TRUE)"
- name: Test if Shiny app starts
Expand Down

0 comments on commit a497380

Please sign in to comment.