Skip to content

Commit

Permalink
Revert "maybe"
Browse files Browse the repository at this point in the history
This reverts commit 1240dc0.
  • Loading branch information
cristinamullin committed Sep 8, 2023
1 parent 7fd3ae1 commit 1881578
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-cloud-gov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ jobs:
- name: Install R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::stringr, any::devtools, any::rlist, any::sf, local::.
packages: |
stringr
devtools
rlist
sf
- name: List R dependencies
run: |
Expand Down
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ Suggests:
sf,
shinyjs,
stringr,
utils,
devtools,
rlist
utils
Depends:
R (>= 3.5.0)
Encoding: UTF-8
Expand Down

0 comments on commit 1881578

Please sign in to comment.