Align GA file and requirements file with rest of extensions

This commit is contained in:
amercader 2021-05-28 11:12:44 +02:00
parent dd42aa8318
commit 17c7ffd37f
5 changed files with 14 additions and 18 deletions

View File

@ -77,19 +77,13 @@ jobs:
run: |
apk add --no-cache \
python2-dev
pip install -r requirements-py2.txt
- name: Install dependency (python3)
if: ${{ matrix.ckan-version == '2.9' }}
run: |
apk add --no-cache \
python3-dev
- name: Install requirements (python2)
if: ${{ matrix.ckan-version != '2.9' }}
run: |
pip install -r pip-requirements.txt
- name: Install requirements (python3)
if: ${{ matrix.ckan-version == '2.9' }}
run: |
pip install -r pip3-requirements.txt
pip install -r requirements.txt
- name: Install requirements
run: |
pip install -e .

1
pip-requirements-py2.txt Symbolic link
View File

@ -0,0 +1 @@
requirements-py2.txt

View File

@ -1,10 +0,0 @@
GeoAlchemy>=0.6
GeoAlchemy2==0.5.0
Shapely>=1.2.13
pyproj==2.2.2
OWSLib==0.18.0
lxml>=2.3
argparse
pyparsing>=2.1.10
requests>=1.1.0
six

1
pip-requirements.txt Symbolic link
View File

@ -0,0 +1 @@
requirements.txt

10
requirements-py2.txt Normal file
View File

@ -0,0 +1,10 @@
GeoAlchemy>=0.6
GeoAlchemy2==0.5.0
Shapely>=1.2.13
pyproj==2.2.2
OWSLib==0.18.0
lxml>=2.3
argparse
pyparsing>=2.1.10
requests>=1.1.0
six