Skip to content

Commit

Permalink
Remove explicit installs of zoltr and covidData
Browse files Browse the repository at this point in the history
Let's see what happens when we remove the build steps that install
zoltr and covidData (since these two packages are already listed
as dependencies in covidHubUtils)
  • Loading branch information
bsweger committed Jan 18, 2024
1 parent dbac310 commit 0298443
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/r_cmd_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,6 @@ jobs:
devtools::install_github("epiforecasts/[email protected]")
devtools::install_deps(dependencies = TRUE)
shell: Rscript {0}
- name: Install zoltr
run: |
devtools::install_github("reichlab/zoltr")
devtools::install()
shell: Rscript {0}
- name: Checkout covidData
uses: actions/checkout@v3
with:
repository: reichlab/covidData
path: covidData
- name: Install covidData
run: make recent_data
working-directory: ./covidData/code/data-processing
- name: Check
run: |
devtools::check(args = c("--no-tests", "--no-manual", "--no-vignettes"),error_on = "error")
Expand Down

0 comments on commit 0298443

Please sign in to comment.