File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments