Skip to content

Commit

Permalink
Revert "New way to check for tensorflow"
Browse files Browse the repository at this point in the history
This reverts commit 10475ad.
  • Loading branch information
juliasilge committed Aug 21, 2023
1 parent 10475ad commit 9b737de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Suggests:
parsnip,
recipes,
renv,
reticulate,
rmarkdown,
stacks,
tensorflow,
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_bundle_keras.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
test_that("bundling + unbundling keras fits", {
skip_if_not_installed("keras")
skip_if_not_installed("butcher")
skip_if(!reticulate::py_module_available("tensorflow"))
skip_if(is.null(tensorflow::tf_version()))

library(keras)

Expand Down

0 comments on commit 9b737de

Please sign in to comment.