Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit c5a25e8

Browse files
committed
adds step to install gdal
1 parent 86b18f4 commit c5a25e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ 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
2426
- name: Run unit tests
2527
env:
2628
COVERAGE_FILE: .coverage-${{ matrix.python }}

0 commit comments

Comments
 (0)