Skip to content

Commit f67ed66

Browse files
davidgamezianktc
andcommitted
fix: failing pip installation (#1097)
* add change in one file * remove pip upgrade command * remove pip upgrade command * fix unit tests * feat: update remaining rt feeds to official status --------- Co-authored-by: Ian Chan <[email protected]>
1 parent 5dc55c9 commit f67ed66

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install dependencies
2626
run: |
27+
python -m pip install "pip<24.1"
2728
pip install pytest wheel numpy
2829
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
2930
sudo apt-get update

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install dependencies
2626
run: |
27+
python -m pip install "pip<24.1"
2728
pip install pytest wheel numpy
2829
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
2930
sudo apt-get update

catalogs/sources/gtfs/realtime/bg-sofia-city-gtfs-rt-sa-2849.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"mdb_source_id": 2849,
33
"data_type": "gtfs-rt",
4+
"is_official": "True",
45
"entity_type": [
56
"sa"
67
],

0 commit comments

Comments
 (0)