This commit is contained in:
parent
fbb2bde701
commit
c82c39b8e3
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- ckan-version: 2.9
|
- ckan-version: 2.9
|
||||||
harvester-version: 'master'
|
harvester-version: 'master'
|
||||||
- ckan-version: 2.9-py2
|
- ckan-version: 2.9-py2
|
||||||
harvester-version: '1.4.2'
|
harvester-version: 'v1.4.2'
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
name: CKAN ${{ matrix.ckan-version }}
|
name: CKAN ${{ matrix.ckan-version }}
|
||||||
|
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- ckan-version: 2.9-py2
|
- ckan-version: 2.9-py2
|
||||||
solr-image: 2.9-py2-solr8-spatial
|
solr-image: 2.9-py2-solr8-spatial
|
||||||
requirements-file: 'requirements-py2.txt'
|
requirements-file: 'requirements-py2.txt'
|
||||||
harvester-version: '1.4.2'
|
harvester-version: 'v1.4.2'
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
name: CKAN ${{ matrix.ckan-version }}, Solr ${{ matrix.solr-image }}
|
name: CKAN ${{ matrix.ckan-version }}, Solr ${{ matrix.solr-image }}
|
||||||
|
@ -92,6 +92,12 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-spatial-ckan-${{ matrix.ckan-version }}-${{ hashFiles('*requirements*.txt') }}
|
${{ 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
|
- name: Patch to test pyproj
|
||||||
if: ${{ matrix.ckan-version == '2.9' }}
|
if: ${{ matrix.ckan-version == '2.9' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue