Skip to content

Commit ca0c3c3

Browse files
committed
Remove GDAL version restriction
1 parent 9bb87ca commit ca0c3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
2626
sudo apt-get update
2727
sudo apt-get install gdal-bin libgdal-dev
28-
pip install GDAL==3.4.3 poetry
28+
pip install poetry
2929
poetry install
3030
- name: Test with pytest
3131
run: |

0 commit comments

Comments
 (0)