Skip to content

Commit 8503361

Browse files
cpcloudjreback
authored andcommitted
revert: "ci: install gdal for fiona"
This reverts commit 30e4ef6.
1 parent 3f2a9b4 commit 8503361

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/check-setup-py.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- poetry.lock
1010
- pyproject.toml
1111
- setup.py
12-
- ./.github/workflows/check-setup-py.yml
1312
pull_request:
1413
paths:
1514
- ./dev/poetry2setup
@@ -18,7 +17,6 @@ on:
1817
- poetry.lock
1918
- pyproject.toml
2019
- setup.py
21-
- ./.github/workflows/check-setup-py.yml
2220

2321
jobs:
2422
check_setup_py:
@@ -61,14 +59,8 @@ jobs:
6159
- name: install poetry
6260
run: pip install poetry
6361

64-
- name: add apt repository for gdal
65-
run: sudo add-apt-repository -y ppa:ubuntugis/ppa
66-
67-
- name: update apt metadata
68-
run: sudo apt update
69-
7062
- name: install system dependencies
71-
run: sudo apt-get install -y -q build-essential cmake krb5-config python-dev libkrb5-dev libboost-all-dev graphviz gdal-bin libgdal-dev libpq-dev
63+
run: sudo apt-get install -y -q build-essential cmake krb5-config python-dev libkrb5-dev libboost-all-dev graphviz
7264

7365
- name: generate requirements.txt
7466
run: poetry export --dev --extras all --without-hashes > requirements.txt

0 commit comments

Comments
 (0)