Skip to content

Commit

Permalink
add a 's' to hubensemble package name (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidari authored Nov 14, 2024
1 parent ba315a4 commit 365c426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_ensemble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install dependencies
run: |
install.packages(c("hubEnsemble", "dplyr", "lubridate", "purrr", "yaml", "remotes"))
install.packages(c("hubEnsembles", "dplyr", "lubridate", "purrr", "yaml", "remotes"))
remotes::install_github("hubverse-org/hubData")
shell: Rscript {0}

Expand All @@ -39,4 +39,4 @@ jobs:
run: |
gh pr create --base main --head add-ensemble --title "Add ensemble forecast" --body "This PR is generated automatically to add a quantile median ensemble forecast."
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 365c426

Please sign in to comment.