Skip to content

Commit

Permalink
Specify extra pkgs directly in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Nov 21, 2024
1 parent fb8e4ba commit 543a5fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/generate-map-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: local::.
needs: data
upgrade: "TRUE"
extra-packages: |
local::.
epiverse-connect/epiverse-scraper
jsonlite
- name: Update data
env:
Expand Down
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ Imports:
readr,
stringr
RoxygenNote: 7.3.2
Config/Needs/data:
epiverse-connect/epiverse-scraper,
jsonlite

0 comments on commit 543a5fb

Please sign in to comment.