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:
46
46
- uses : ' google-github-actions/auth@v2'
47
47
with :
48
48
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 '
50
50
51
51
- name : Display Python version
52
52
run : python -c "import sys; print(sys.version)"
53
53
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