Skip to content

Commit 362e44f

Browse files
committed
GHA for tests has glmnet installed (◔_◔)
1 parent e322109 commit 362e44f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-linear_reg.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ test_that("check_args() works", {
361361

362362

363363
test_that("prevent using a Poisson family", {
364+
skip_if(rlang::is_installed("glmnet"))
364365
expect_snapshot(
365366
linear_reg(penalty = 1) %>%
366367
set_engine("glmnet", family = poisson) %>%

0 commit comments

Comments
 (0)