Skip to content

Commit

Permalink
remove base package and update action
Browse files Browse the repository at this point in the history
  • Loading branch information
guslipkin committed Apr 10, 2024
1 parent 72e9aac commit 07123c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/refresh_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
"janitor",
"purrr",
"readr",
"stats",
"stringr",
"tibble",
"tidyr",
Expand All @@ -33,7 +32,7 @@ jobs:
))'
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Import data
run: Rscript -e 'source("data-raw/external-data.R")'
Expand Down

0 comments on commit 07123c6

Please sign in to comment.