Skip to content

Commit 9f0646e

Browse files
authored
fix: add missing google auth dependency (#679)
## 📝 Description New version of google-cloud-iam dependency(google-api-core v2.28.0) introduced a dependency that's not installed([#1](googleapis/python-api-core#848)). This PR fixes this. ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update
1 parent 7f0662b commit 9f0646e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ configure.sign:
304304
--credential-source-file=/tmp/oidc_token \
305305
--credential-source-type="text" && \
306306
export GOOGLE_APPLICATION_CREDENTIALS=/home/semaphore/creds.json && \
307-
pip install google-cloud-iam && \
307+
pip install packaging google-cloud-iam && \
308308
$(ROOT_MAKEFILE_PATH)/get_id_token.py $$GOOGLE_PROJECT_NAME ci-image-signer > /tmp/sigstore-token
309309

310310
registry.push:

0 commit comments

Comments
 (0)