Skip to content

Commit

Permalink
Update libgdal version
Browse files Browse the repository at this point in the history
The ubuntu-latest image on the github workflow is currently using 24.04
instead of 22.04 in the last successfull run. Libgdal needs to be bumped
to the correct version for this distribution
  • Loading branch information
jasper-jager committed Jan 9, 2025
1 parent a3def38 commit 433503e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update -y
sudo apt install -y libgdal30
sudo apt install -y libgdal35
python -m pip install --upgrade pip
python -m pip install .[django,tests]
- name: Test
Expand Down

0 comments on commit 433503e

Please sign in to comment.