This commit is contained in:
avdata99 2023-07-26 11:17:49 -03:00
parent fbb2bde701
commit c82c39b8e3
2 changed files with 8 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
- ckan-version: 2.9
harvester-version: 'master'
- ckan-version: 2.9-py2
harvester-version: '1.4.2'
harvester-version: 'v1.4.2'
fail-fast: false
name: CKAN ${{ matrix.ckan-version }}

View File

@ -31,7 +31,7 @@ jobs:
- ckan-version: 2.9-py2
solr-image: 2.9-py2-solr8-spatial
requirements-file: 'requirements-py2.txt'
harvester-version: '1.4.2'
harvester-version: 'v1.4.2'
fail-fast: false
name: CKAN ${{ matrix.ckan-version }}, Solr ${{ matrix.solr-image }}
@ -92,6 +92,12 @@ jobs:
restore-keys: |
${{ runner.os }}-spatial-ckan-${{ matrix.ckan-version }}-${{ hashFiles('*requirements*.txt') }}
- name: Patch to test pyproj
if: ${{ matrix.ckan-version == '2.10' }}
run: |
pip install cython>3
pip install --no-use-pep517 pyproj==3.4.1
- name: Patch to test pyproj
if: ${{ matrix.ckan-version == '2.9' }}
run: |