Skip to content

Commit

Permalink
skip tests on CRAN
Browse files Browse the repository at this point in the history
CRAN windows images apparently come with miniconda now.
  • Loading branch information
t-kalinowski committed Aug 19, 2021
1 parent 8d32393 commit cd748d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
library(testthat)
library(tensorflow)

test_check("tensorflow")
if (identical(Sys.getenv("NOT_CRAN"), "true"))
test_check("tensorflow")

0 comments on commit cd748d8

Please sign in to comment.