Skip to content

Commit

Permalink
Fix failing CI by applying epipredict patch (#351)
Browse files Browse the repository at this point in the history
* Add epipredict and epiprocess to DESCRIPTION

* Simplify end to end test workflow
  • Loading branch information
dylanhmorris authored Feb 13, 2025
1 parent 6a72765 commit 5bd8178
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pipeline-run-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: hewr
- name: "Install extra pkgs"
run: |
pak::local_install("hewr", ask = FALSE)
pak::pkg_install("cmu-delphi/epipredict@main", ask = FALSE)
pak::pkg_install("cmu-delphi/epiprocess@main", ask = FALSE)
- name: "Install hewr"
run: pak::local_install("hewr", ask = FALSE)
shell: Rscript {0}
- name: "Run pipeline"
run: poetry run bash pipelines/tests/test_end_to_end.sh pipelines/tests
6 changes: 5 additions & 1 deletion hewr/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@ Imports:
tidybayes,
tidyr,
tidyselect,
epipredict,
epiprocess,
urca
Remotes:
https://github.com/cdcgov/forecasttools
https://github.com/cdcgov/forecasttools,
https://github.com/cmu-delphi/epipredict,
https://github.com/cmu-delphi/epiprocess
Suggests:
checkmate,
rcmdcheck,
Expand Down

0 comments on commit 5bd8178

Please sign in to comment.