We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb87ca commit ca0c3c3Copy full SHA for ca0c3c3
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
26
sudo apt-get update
27
sudo apt-get install gdal-bin libgdal-dev
28
- pip install GDAL==3.4.3 poetry
+ pip install poetry
29
poetry install
30
- name: Test with pytest
31
run: |
0 commit comments