Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inoelloc authored Jul 13, 2023
1 parent f79e8fb commit 06f1763
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,20 @@ jobs:
ubuntu:
name: (${{ matrix.os }} - py-${{ matrix.python-version }})
runs-on: ${{ matrix.os }}
container: ghcr.io/osgeo/gdal:ubuntu-small-latest
env:
DEBIAN_FRONTEND: noninteractive
strategy:
matrix:
os: ["ubuntu-22.04"]
python-version: ['3.9']

steps:
- uses: actions/checkout@v3

- name: Instal gdal dependencies
- name: Update
run: |
sudo apt-get update
sudo apt-get install -y gdal-bin libgdal-dev
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 06f1763

Please sign in to comment.