Skip to content

Commit

Permalink
Update refresh_data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guslipkin committed Apr 7, 2024
1 parent 1191fd7 commit b07c234
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/refresh_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,20 @@ jobs:

- name: Install dependencies
run: |
install.packages(c("dplyr", "googlesheets4", "janitor", "purrr", "readr", "stats", "stringr", "tibble", "tidyr", "tidyselect", "usethis"))
Rscript -e
install.packages(c(
"dplyr",
"googlesheets4",
"janitor",
"purrr",
"readr",
"stats",
"stringr",
"tibble",
"tidyr",
"tidyselect",
"usethis"
))
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit b07c234

Please sign in to comment.