Skip to content

Commit

Permalink
Update compile_main_fredi_data.yml
Browse files Browse the repository at this point in the history
Set dependency check to FALSE for installing FrEDI
  • Loading branch information
knoiva-indecon committed Sep 21, 2023
1 parent fb598f8 commit 280be5a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/compile_main_fredi_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,24 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: true
cache-version: 1
cache-version: 2
packages: |
any::tidyverse
any::remotes
any::openxlsx
any::devtools
- name: Install FrEDI
run: |
Rscript -e '
remotes::install_github(
devtools::install_github(
repo = "https://github.com/USEPA/FrEDI",
subdir = "FrEDI",
ref = "main",
type = "source",
subdir = "FrEDI",
dependencies = FALSE,
upgrade = "never",
force = TRUE
force = TRUE,
type = "source"
)'
- name: Run createsystemData
Expand Down

0 comments on commit 280be5a

Please sign in to comment.