Conversation
ianktc
approved these changes
Oct 29, 2025
ianktc
added a commit
that referenced
this pull request
Oct 29, 2025
* 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 <ianchan@mobilitydata.org>
emmambd
added a commit
that referenced
this pull request
Oct 29, 2025
* Update bg-sofia-city-gtfs-rt feeds * fix: remove deprecated --global-option tag * ci: remove deprecated --global-option tag from unit and integration tests * feat: remove official tag to before re-adding later * update: re-add the official status * update: Sofia realtime feed update; add contact field * update: Ovapi feed contact and name update * update: Redding RABA update feed url * revert: change workflow tests back * 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 <ianchan@mobilitydata.org> * chore: fix merge conflicts * Add contact email to GTFS schedule JSON * feat: add flex feed for Redding RABA --------- Co-authored-by: David Gamez <1192523+davidgamez@users.noreply.github.com> Co-authored-by: Emma Blue <90632321+emmambd@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR patches pip to avoid using the latest version (24.1). The latest version of pip removed support for the --global-option used during GDAL library installation.