Skip to content

Commit

Permalink
Update update.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreus authored Oct 23, 2023
1 parent f0e1244 commit 7afd59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
#if: steps.cache.outputs.cache-hit != 'true'
run: |
install.packages(c(
"ragg",
"tidyverse",
"readxl",
"data.table",
"lubridate",
"aweek", dependencies = T
"aweek", dependencies = T,
repos='http://cran.us.r-project.org'
))
shell: Rscript {0}

Expand Down

0 comments on commit 7afd59d

Please sign in to comment.