rok commented on code in PR #49189:
URL: https://github.com/apache/arrow/pull/49189#discussion_r2790304422
##########
.github/workflows/python.yml:
##########
@@ -173,7 +175,8 @@ jobs:
ARROW_WITH_SNAPPY: ON
ARROW_WITH_BROTLI: ON
ARROW_BUILD_TESTS: OFF
- PYARROW_TEST_LARGE_MEMORY: ON
+ PYARROW_TEST_LARGE_MEMORY: ${{ matrix.large-memory-tests }}
+ PYTEST_ARGS: "--durations=40 -v"
# Current oldest supported version according to
https://endoflife.date/macos
MACOSX_DEPLOYMENT_TARGET: 12.0
Review Comment:
Perhaps we should bump this to 14? [Since it's the oldest not EOL
yet.](https://endoflife.date/macos)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]