Skip to content

Commit 669a9f9

Browse files
committed
adds repo required by pyarrow
1 parent 879e60d commit 669a9f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unittest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
python -m pip install nox
2424
- name: Install GDAL and Arrow
2525
run: |
26+
sudo apt-get update
27+
sudo apt-get install -y -V ca-certificates lsb-release wget software-properties-common
28+
wget -O - https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source.list | sudo tee /etc/apt/sources.list.d/apache-arrow.list
2629
sudo apt-get update
2730
sudo apt-get install -y libgdal-dev libarrow-dev libarrow-dataset-dev
2831
- name: Run unit tests

0 commit comments

Comments
 (0)