Skip to content

Commit

Permalink
Update ep-update-data.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 authored Sep 12, 2022
1 parent 37d592a commit 7ca38a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ep-update-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,16 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-pandoc@v1

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
ropensci/piggyback
arrow
readr
nflverse/nflreadr
- name: Run data update
run: |
Rscript -e 'source("update/ep_update.R")'
Expand Down

0 comments on commit 7ca38a2

Please sign in to comment.