Skip to content

Commit 5fa4d16

Browse files
committed
Revert unnecessary brace and manually set 'NOT_CRAN'
1 parent 9a81605 commit 5fa4d16

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ci/scripts/r_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ SCRIPT="as_cran <- !identical(tolower(Sys.getenv('NOT_CRAN')), 'true')
101101
build_args <- '--no-build-vignettes'
102102
}
103103
104-
if (!as_cran && (requireNamespace('reticulate', quietly = TRUE)) && reticulate::py_module_available('pyarrow')) {
104+
if (!as_cran && requireNamespace('reticulate', quietly = TRUE) && reticulate::py_module_available('pyarrow')) {
105105
message('Running flight demo server for tests.')
106106
pid_flight <- sys::exec_background(
107107
'python',

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,6 +1801,7 @@ services:
18011801
ARROW_R_DEV: ${ARROW_R_DEV}
18021802
ARROW_USE_PKG_CONFIG: "false"
18031803
SKIP_VIGNETTES: "true"
1804+
NOT_CRAN: "false"
18041805
volumes:
18051806
- .:/arrow:delegated
18061807
command: /arrow/ci/scripts/r_test.sh /arrow

0 commit comments

Comments
 (0)