Skip to content

Commit

Permalink
Fix tests for Django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 8, 2023
1 parent 18adfab commit 94ba172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: pip install --upgrade pip hatch coveralls

- name: Install GDAL binaries
run: sudo apt-get update && apt-get install binutils libproj-dev gdal-bin
run: sudo apt-get update && sudo apt-get install binutils libproj-dev gdal-bin

- name: Run tests
run: hatch run test-cov
Expand Down

0 comments on commit 94ba172

Please sign in to comment.