Skip to content

Commit

Permalink
ci: install GIS libraries in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverHofkens committed Jan 21, 2024
1 parent a4d8427 commit cbfee86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install GIS libraries
run: sudo apt-get install -y binutils libproj-dev gdal-bin libsqlite3-mod-spatialite
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit cbfee86

Please sign in to comment.