Skip to content

Commit

Permalink
Fix wrong package name in test workflow
Browse files Browse the repository at this point in the history
Probably have been a small typo in the github test workflow
  • Loading branch information
jasper-jager committed Jan 9, 2025
1 parent a3def38 commit f76df50
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 libgdal32
python -m pip install --upgrade pip
python -m pip install .[django,tests]
- name: Test
Expand Down

0 comments on commit f76df50

Please sign in to comment.