Skip to content

Commit 8738671

Browse files
committed
less pyarrow features
1 parent 255b7c3 commit 8738671

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: Install dependencies
3535
env:
3636
PYARROW_WITH_CUDA: 0
37+
PYARROW_WITH_GANDIVA: 0
38+
PYARROW_WITH_ORC: 0
39+
PYARROW_WITH_S3: 0
40+
PYARROW_WITH_GCS: 0
3741
run: |
3842
python -m pip install --upgrade pip
3943
python -m pip install pytest

0 commit comments

Comments
 (0)