Skip to content

Commit

Permalink
chore: remove providers.csv GHA workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Mar 12, 2024
1 parent 20e5344 commit ac891ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/provider-map-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
"SELECT * FROM \`mart_transit_database.dim_mobility_mart_providers\`" \
> src/metadata/providers/providers.csv
- name: Fix our CSV file
run: |
# Workaround because of...
# https://issuetracker.google.com/issues/315160970
sed -i -n -e '/agency_name/,$p' src/metadata/providers/providers.csv
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down

0 comments on commit ac891ff

Please sign in to comment.