Skip to content

Commit

Permalink
ignore building duckdb, revert files back
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Dec 11, 2023
1 parent f2fec47 commit 2273ec6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/download-proposals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
needs: proposals
extra-packages: |
duckdb=?ignore
local::.
- name: Download proposal
run: |
source(here::here("R/download-proposals.R"))
admin_download_proposals(most_recent = TRUE)
run: ukbAid::admin_download_proposals(most_recent = TRUE)
shell: Rscript {0}

- name: Make a PR of proposal
Expand Down
12 changes: 1 addition & 11 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,4 @@ Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/Needs/proposals:
tidyverse,
fs,
here,
googlesheets4,
lubridate,
rprojroot,
yaml,
rstudioapi,
cli,
clipr

0 comments on commit 2273ec6

Please sign in to comment.