mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
run old-version CI against oldest supported Python
This commit is contained in:
8
.github/workflows/ci-tests.yml
vendored
8
.github/workflows/ci-tests.yml
vendored
@@ -44,11 +44,13 @@ jobs:
|
|||||||
postgresql: 12
|
postgresql: 12
|
||||||
lua: '5.1'
|
lua: '5.1'
|
||||||
dependencies: pip
|
dependencies: pip
|
||||||
|
python: '3.9'
|
||||||
- flavour: ubuntu-24
|
- flavour: ubuntu-24
|
||||||
ubuntu: 24
|
ubuntu: 24
|
||||||
postgresql: 17
|
postgresql: 17
|
||||||
lua: '5.3'
|
lua: '5.3'
|
||||||
dependencies: apt
|
dependencies: apt
|
||||||
|
python: 'builtin'
|
||||||
|
|
||||||
runs-on: ubuntu-${{ matrix.ubuntu }}.04
|
runs-on: ubuntu-${{ matrix.ubuntu }}.04
|
||||||
|
|
||||||
@@ -75,6 +77,12 @@ jobs:
|
|||||||
key: osm2pgsql-bin-22-1
|
key: osm2pgsql-bin-22-1
|
||||||
if: matrix.ubuntu == '22'
|
if: matrix.ubuntu == '22'
|
||||||
|
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: ${{ matrix.python }}
|
||||||
|
if: matrix.python != 'builtin'
|
||||||
|
|
||||||
- name: Compile osm2pgsql
|
- name: Compile osm2pgsql
|
||||||
run: |
|
run: |
|
||||||
if [ ! -f /usr/local/bin/osm2pgsql ]; then
|
if [ ! -f /usr/local/bin/osm2pgsql ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user