Skip to content

Commit 255b7c3

Browse files
committed
no pyarrow cuda
1 parent c4c75b1 commit 255b7c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
sudo apt-get update
3333
sudo apt-get install -y -V libarrow-dev libparquet-dev libarrow-dataset-dev libarrow-acero-dev libarrow-flight-dev libarrow-flight-sql-dev
3434
- name: Install dependencies
35+
env:
36+
PYARROW_WITH_CUDA: 0
3537
run: |
3638
python -m pip install --upgrade pip
3739
python -m pip install pytest

0 commit comments

Comments
 (0)