Skip to content

Commit cd748d8

Browse files
committed
skip tests on CRAN
CRAN windows images apparently come with miniconda now.
1 parent 8d32393 commit cd748d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
library(testthat)
22
library(tensorflow)
33

4-
test_check("tensorflow")
4+
if (identical(Sys.getenv("NOT_CRAN"), "true"))
5+
test_check("tensorflow")

0 commit comments

Comments
 (0)