Skip to content

Commit 879e60d

Browse files
committed
adds files required by pyarrow
1 parent 7e63393 commit 879e60d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade setuptools pip wheel
2323
python -m pip install nox
24-
- name: Install GDAL
25-
run: sudo apt-get update && sudo apt-get install -y libgdal-dev
24+
- name: Install GDAL and Arrow
25+
run: |
26+
sudo apt-get update
27+
sudo apt-get install -y libgdal-dev libarrow-dev libarrow-dataset-dev
2628
- name: Run unit tests
2729
env:
2830
COVERAGE_FILE: .coverage-${{ matrix.python }}

0 commit comments

Comments
 (0)