There was an error while loading. Please reload this page.
1 parent c4c75b1 commit 255b7c3Copy full SHA for 255b7c3
1 file changed
.github/workflows/python-test.yml
@@ -32,6 +32,8 @@ jobs:
32
sudo apt-get update
33
sudo apt-get install -y -V libarrow-dev libparquet-dev libarrow-dataset-dev libarrow-acero-dev libarrow-flight-dev libarrow-flight-sql-dev
34
- name: Install dependencies
35
+ env:
36
+ PYARROW_WITH_CUDA: 0
37
run: |
38
python -m pip install --upgrade pip
39
python -m pip install pytest
0 commit comments