Skip to content

Commit

Permalink
check installs for workflow (not just the model object)
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Oct 4, 2022
1 parent 178d6a0 commit 8338639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ check_workflow <- function(x, pset = NULL, check_dials = FALSE) {

check_extra_tune_parameters(x)

check_installs(hardhat::extract_spec_parsnip(x))
check_installs(x)

invisible(NULL)
}
Expand Down

0 comments on commit 8338639

Please sign in to comment.