Skip to content

Commit

Permalink
make sure gdal-config is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Sep 25, 2024
1 parent a5b43f5 commit f6dc8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Ubuntu dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y -qq --no-install-recommends unzip
sudo apt-get install -y -qq --no-install-recommends libgdal-dev unzip
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit f6dc8cf

Please sign in to comment.