Skip to content

Commit

Permalink
ci: gdal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amrosu committed Apr 17, 2023
1 parent 339c90f commit 439dea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: pip install
run: |
python -m pip install --upgrade pip
pip install 'pip<23'
pip install numpy
pip install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`
Expand Down

0 comments on commit 439dea3

Please sign in to comment.