File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ variables:
99 _R_CHECK_FORCE_SUGGESTS_ : " false"
1010 _R_CHECK_NO_STOP_ON_TEST_ERROR_ : " true"
1111 _R_CHECK_SYSTEM_CLOCK_ : " false" # # https://stackoverflow.com/questions/63613301/r-cmd-check-note-unable-to-verify-current-time
12+ _R_CHECK_TESTS_NLINES_ : " 0"
1213 TZ : " UTC" # # to avoid 'Failed to create bus connection' from timedatectl via Sys.timezone() on Docker with R 3.4.
1314 # # Setting TZ for all GLCI jobs to isolate them from timezone. We could have a new GLCI job to test under
1415 # # a non-UTC timezone, although, that's what we do routinely in dev.
@@ -114,7 +115,6 @@ test-lin-rel:
114115 _R_CHECK_CRAN_INCOMING_ : " FALSE"
115116 _R_CHECK_CRAN_INCOMING_REMOTE_ : " FALSE"
116117 _R_CHECK_FORCE_SUGGESTS_ : " TRUE"
117- _R_CHECK_TESTS_NLINES_ : " 0"
118118 OPENBLAS_MAIN_FREE : " 1"
119119 script :
120120 - *install-deps
You can’t perform that action at this time.
0 commit comments