Skip to content

Commit

Permalink
gdal dependencies management
Browse files Browse the repository at this point in the history
  • Loading branch information
brash6 committed Apr 9, 2024
1 parent aa9b1ae commit 23a6dfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
python -m pip install --upgrade pip
pip install ghp-import sphinx sphinx_rtd_theme -e .
- name: Install gdal dependencies
run : pip install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`

- name: Build HTML
run: |
cd docs/
Expand Down

0 comments on commit 23a6dfb

Please sign in to comment.