Skip to content

Commit

Permalink
Exclude pyarrow from general build
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Dec 7, 2023
1 parent 1174e27 commit b0633bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arrow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0633bd

Please sign in to comment.