diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml index a8a240e3275a..d3b2526740fa 100644 --- a/.github/workflows/arrow.yml +++ b/.github/workflows/arrow.yml @@ -93,8 +93,8 @@ jobs: run: cargo test -p arrow-integration-test --all-features - name: Test arrow with default features run: cargo test -p arrow - - name: Test arrow with all features - run: cargo test -p arrow --all-features + - name: Test arrow with all features except pyarrow + run: cargo test -p arrow --features=force_validate,prettyprint,ipc_compression,ffi,chrono-tz - name: Run examples run: | # Test arrow examples