From b0633bd249b996aa5c3f40653eb017e656fb60e6 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Thu, 7 Dec 2023 16:50:06 +0000 Subject: [PATCH] Exclude pyarrow from general build --- .github/workflows/arrow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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