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 71f2126 commit e8f5ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ EOL
[global]
index-url = https://us-python.pkg.dev/artifact-foundry-prod/python-3p-trusted/simple/
EOL
keyring --list-backends
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 grpcio
keyring --list-backends
python3 -m pip install grpcio --debug --verbose
fi

# If NOX_SESSION is set, it only runs the specified session,
Expand Down

0 comments on commit e8f5ae0

Please sign in to comment.