Skip to content

Commit

Permalink
Skip for embed only
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed May 30, 2024
1 parent 9ebc00c commit 913cd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_bundle_workflows.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ test_that("bundling + unbundling tidymodels workflows (xgboost + step_log)", {
skip_if_not_installed("recipes")
skip_if_not_installed("xgboost")
skip_if_not_installed("butcher")
skip_if_not_installed("irlba", "2.3.5.2")

library(workflows)
library(parsnip)
Expand Down Expand Up @@ -131,6 +130,7 @@ test_that("bundling + unbundling tidymodels workflows (lm + step_umap)", {
skip_if_not_installed("embed")
skip_if_not_installed("butcher")
skip_if(is.null(tensorflow::tf_version()))
skip_if_not_installed("irlba", "2.3.5.2")

library(workflows)
library(parsnip)
Expand Down

0 comments on commit 913cd54

Please sign in to comment.