Skip to content

Commit

Permalink
Install gdal-dev in CI container
Browse files Browse the repository at this point in the history
  • Loading branch information
mdales committed Sep 25, 2024
1 parent b86f3e2 commit 9789be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install system
run: sudo apt-get install -y gdal-bin gdal-data
run: sudo apt-get install -y gdal-bin gdal-data libgdal-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 9789be4

Please sign in to comment.