Skip to content

Commit

Permalink
disable env
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthivelmanii committed Jan 9, 2025
1 parent 1f8830f commit 9ba6f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ EOL
gcloud config get-value core/account
export PIP_NO_INPUT=1
# wget --header="Authorization: Bearer $(gcloud auth print-access-token)" https://us-python.pkg.dev/artifact-foundry-prod/python-3p-trusted/grpcio/grpcio-1.68.1-cp311-cp311-macosx_10_9_universal2.whl
python3 -m pip install keyrings.google-artifactregistry-auth --break-system-packages -i https://pypi.org/simple/
python3 -m pip install keyrings.google-artifactregistry-auth --break-system-packages -i https://pypi.org/simple/ --force
keyring --list-backends
python3 -m pip install grpcio --verbose
fi
Expand Down

0 comments on commit 9ba6f92

Please sign in to comment.