Skip to content

Commit 7d57305

Browse files
committed
add provider
1 parent d999113 commit 7d57305

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/bigquery.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,13 @@ jobs:
4646
- uses: 'google-github-actions/auth@v2'
4747
with:
4848
project_id: 'friendliness-dev-demo'
49-
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
49+
workload_identity_provider: 'projects/368174856750/locations/global/workloadIdentityPools/github/providers/code-snippets'
5050

5151
- name: Display Python version
5252
run: python -c "import sys; print(sys.version)"
5353

54-
- name: Install needed packages.
55-
run: python -c "import sys; print(sys.version)"
54+
- name: Install packages
55+
run: python -m pip install -r requirements.txt
56+
57+
- name: Test the notebook
58+
run: python -m jupyter nbconvert --to html --execute 2024/12-bigquery-utils/bigquery-utils.ipynb

0 commit comments

Comments
 (0)