Skip to content

Commit

Permalink
Install gdal in CI container
Browse files Browse the repository at this point in the history
  • Loading branch information
mdales committed Sep 25, 2024
1 parent 52c71c4 commit b86f3e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ghcr.io/osgeo/gdal:ubuntu-small-3.9.0
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -23,6 +23,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install system
run: sudo apt-get install -y gdal-bin gdal-data
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b86f3e2

Please sign in to comment.