Skip to content

Commit 8de6921

Browse files
committed
Add gdal-bin when running postgis tests
1 parent 8acfbe5 commit 8de6921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ jobs:
121121
restore-keys: |
122122
${{ matrix.python-version }}-v1-
123123
124-
- name: Install enchant (only for docs)
124+
- name: Install enchant (only for docs) and gdal-bin (for postgis)
125125
run: |
126126
sudo apt-get -qq update
127-
sudo apt-get -y install enchant
127+
sudo apt-get -y install enchant gdal-bin
128128
129129
- name: Install dependencies
130130
run: |

0 commit comments

Comments
 (0)