Skip to content

Commit 7d14d83

Browse files
author
Léon van der Kaap
committed
Added libgdal-dev
1 parent 2de7b4d commit 7d14d83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
export APT_GDAL_VERSION=$(apt-cache madison python3-gdal | head -n1 | cut -f2 -d "|" | tr -d " ")
3131
echo "using version ->${APT_GDAL_VERSION}<-"
3232
echo gdal_version=$(echo "${APT_GDAL_VERSION}" | cut -f1 -d '+') >> $GITHUB_OUTPUT
33-
sudo apt-get install python3-gdal
33+
sudo apt-get install python3-gdal libgdal-dev
3434
- name: Install dependencies for test
3535
run: |
3636
python -m pip install --upgrade pip wheel

0 commit comments

Comments
 (0)