From 913cd54ab78104a1e89f84ee4f234b0fa6dad123 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Thu, 30 May 2024 16:12:54 -0600 Subject: [PATCH] Skip for embed only --- tests/testthat/test_bundle_workflows.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test_bundle_workflows.R b/tests/testthat/test_bundle_workflows.R index 9fc2bf7..1027444 100644 --- a/tests/testthat/test_bundle_workflows.R +++ b/tests/testthat/test_bundle_workflows.R @@ -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) @@ -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)