From 9ebc00c56d1c4a952060e682ecd853be058e94a5 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Thu, 30 May 2024 16:00:56 -0600 Subject: [PATCH] Yet another Matrix/irlba spot --- tests/testthat/test_bundle_workflows.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test_bundle_workflows.R b/tests/testthat/test_bundle_workflows.R index e3a9eda..9fc2bf7 100644 --- a/tests/testthat/test_bundle_workflows.R +++ b/tests/testthat/test_bundle_workflows.R @@ -4,6 +4,7 @@ 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)