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 b8eeaf2 commit 8657c1f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ep-update-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ jobs:

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

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

- uses: r-lib/actions/setup-r-dependencies@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: piggyback, arrow, readr
extra-packages: |
ropensci/piggyback
arrow
readr
nflverse/nflreadr
- name: Run data update
run: |
Expand Down

0 comments on commit 8657c1f

Please sign in to comment.