There was an error while loading. Please reload this page.
1 parent 255b7c3 commit 8738671Copy full SHA for 8738671
1 file changed
.github/workflows/python-test.yml
@@ -34,6 +34,10 @@ jobs:
34
- name: Install dependencies
35
env:
36
PYARROW_WITH_CUDA: 0
37
+ PYARROW_WITH_GANDIVA: 0
38
+ PYARROW_WITH_ORC: 0
39
+ PYARROW_WITH_S3: 0
40
+ PYARROW_WITH_GCS: 0
41
run: |
42
python -m pip install --upgrade pip
43
python -m pip install pytest
0 commit comments