Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Sep 5, 2024
1 parent ecdbdc5 commit 0cd0325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
params = list(model = "v1.0", state = "AR", year = 2020))'
Rscript -e 'rmarkdown::render(input = "examples/Demo-Multipliers-CO.Rmd")'
Rscript -e 'rmarkdown::render(input = "examples/BuildandSaveModelLocally.Rmd",
Rscript -e 'rmarkdown::render(input = "examples/BuildandSaveModelsLocally.Rmd",
params = list(model = "v1.1-GHG", state = "CT",
year = c(2017, 2018, 2019, 2020)))'
Rscript -e 'rmarkdown::render(input = "examples/CalculateStateCBE.Rmd",
Expand Down

0 comments on commit 0cd0325

Please sign in to comment.