Skip to content

Commit

Permalink
will this workaround work better
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Mar 12, 2024
1 parent acc0be3 commit c0fdb81
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/provider-map-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
# Log what version of the BigQuery CLI we're using
bq version
bq show
# Download the latest providers.csv from the warehouse
bq query \
--quiet \
Expand All @@ -41,11 +43,11 @@ jobs:
# Sample our CSV to make sure it's good
head -50 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
# - 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:
Expand Down

0 comments on commit c0fdb81

Please sign in to comment.