Skip to content

Commit 581ec27

Browse files
committed
install pyarrow deps
1 parent 7d8a7c6 commit 581ec27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install build dependencies
2727
run: |
2828
sudo apt-get update
29-
sudo apt-get install -y libopenblas-dev pkg-config gfortran
29+
sudo apt-get install -y libopenblas-dev pkg-config gfortran libarrow-dev libparquet-dev
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)