We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90172e7 + 856e845 commit 76d6abcCopy full SHA for 76d6abc
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
# optional step for running bigquery tests ----
66
- name: Set up Cloud SDK
67
if: ${{(contains(github.ref, 'bigquery') || contains(github.ref, 'refs/tags')) && matrix.latest}}
68
- uses: google-github-actions/setup-gcloud@master
+ uses: google-github-actions/setup-gcloud@v0
69
with:
70
project_id: siuba-tests
71
service_account_key: ${{ secrets.GCP_SA_KEY }}
@@ -93,7 +93,7 @@ jobs:
93
python -m pip install git+https://github.com/machow/pybigquery.git pandas-gbq==0.15.0
94
python -m pip install .
95
96
97
98
99
0 commit comments