diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 667cbbb51..825bc2111 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -24,7 +24,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install --upgrade pip + python -m pip install "pip<24.1" pip install pytest wheel numpy sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo apt-get update diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index fc3722b5f..c8aa60a10 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -24,7 +24,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install --upgrade pip + python -m pip install "pip<24.1" pip install pytest wheel numpy sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo apt-get update diff --git a/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-sa-2849.json b/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-sa-2849.json index 0ed547214..874e3fafe 100644 --- a/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-sa-2849.json +++ b/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-sa-2849.json @@ -1,6 +1,7 @@ { "mdb_source_id": 2849, "data_type": "gtfs-rt", + "is_official": "True", "entity_type": [ "sa" ], diff --git a/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-tu-2850.json b/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-tu-2850.json index cf503a84c..56ed755d1 100644 --- a/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-tu-2850.json +++ b/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-tu-2850.json @@ -5,6 +5,7 @@ "tu" ], "provider": "Urban Mobility Center - Sofia Traffic", + "is_official": "True", "static_reference": [ "2848" ], diff --git a/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-vp-2847.json b/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-vp-2847.json index 31d167ca8..2dfd07966 100644 --- a/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-vp-2847.json +++ b/catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-vp-2847.json @@ -5,6 +5,7 @@ "vp" ], "provider": "Urban Mobility Center - Sofia Traffic", + "is_official": "True", "static_reference": [ "2848" ],