Skip to content

Commit c5a25e8

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)