Skip to content

Commit

Permalink
install tidyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
bendominguez0111 committed Jul 28, 2023
1 parent b430630 commit acc8139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Install R Dependencies
run: |
sudo Rscript -e "install.packages(c('remotes', 'withr'), repos = 'http://cran.rstudio.com/')"
sudo Rscript -e "install.packages(c('remotes', 'withr', 'tidyverse'), repos = 'http://cran.rstudio.com/')"
sudo Rscript -e "withr::with_libpaths(new = '/usr/local/lib/R/site-library', remotes::install_github('rstudio/rmarkdown'))"
- name: Convert Notebooks
run: |
for notebook in submissions/*.ipynb; do
Expand Down

0 comments on commit acc8139

Please sign in to comment.