Skip to content

Commit 7d1cd5f

Browse files
committed
back to the basics
1 parent 6a0fb4b commit 7d1cd5f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/unittest.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade setuptools pip wheel
2323
python -m pip install nox
24-
- name: Install GDAL and Arrow
25-
run: |
26-
sudo apt-get update
27-
sudo apt-get install -y -V ca-certificates lsb-release wget software-properties-common gpg
28-
wget https://apache.jfrog.io/artifactory/arrow/gpg.key -O apache-arrow-gpg.key
29-
cat apache-arrow-gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/apache-arrow-keyring.gpg
30-
echo "deb [signed-by=/usr/share/keyrings/apache-arrow-keyring.gpg] https://apache.jfrog.io/artifactory/arrow/$(lsb_release -cs) $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/apache-arrow.list
31-
sudo apt-get update
32-
sudo apt-get install -y libgdal-dev libarrow-dev libarrow-dataset-dev
3324
- name: Run unit tests
3425
env:
3526
COVERAGE_FILE: .coverage-${{ matrix.python }}

0 commit comments

Comments
 (0)