Skip to content

Commit

Permalink
Use distro gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Aug 15, 2024
1 parent 1535d57 commit a9308c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ghcr.io/osgeo/gdal:alpine-small-3.9.1
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
Expand All @@ -18,6 +18,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get install gdal libgdal-dev -y
python -m pip install --upgrade pip
python -m pip install poetry setuptools
poetry install --all-extras
Expand Down

0 comments on commit a9308c7

Please sign in to comment.