Skip to content

Commit 5fad468

Browse files
committed
Fix single quotes
1 parent f54d680 commit 5fad468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ services:
15301530
BUILD_DOCS_CPP: "ON"
15311531
BUILD_DOCS_PYTHON: "ON"
15321532
PYTEST_ARGS: "--doctest-modules --doctest-cython"
1533-
PYTEST_RST_ARGS: "--doctest-glob='*.rst'"
1533+
PYTEST_RST_ARGS: "--doctest-glob=*.rst"
15341534
volumes: *conda-volumes
15351535
command:
15361536
["/arrow/ci/scripts/cpp_build.sh /arrow /build &&

0 commit comments

Comments
 (0)