File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 9
9
- poetry.lock
10
10
- pyproject.toml
11
11
- setup.py
12
- - ./.github/workflows/check-setup-py.yml
13
12
pull_request :
14
13
paths :
15
14
- ./dev/poetry2setup
18
17
- poetry.lock
19
18
- pyproject.toml
20
19
- setup.py
21
- - ./.github/workflows/check-setup-py.yml
22
20
23
21
jobs :
24
22
check_setup_py :
61
59
- name : install poetry
62
60
run : pip install poetry
63
61
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
-
70
62
- 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
72
64
73
65
- name : generate requirements.txt
74
66
run : poetry export --dev --extras all --without-hashes > requirements.txt
You can’t perform that action at this time.
0 commit comments