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 9ba6f92 commit aae494c
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 @@ -68,7 +68,7 @@ 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/ --force
keyring --list-backends
python3 -m pip install grpcio --verbose
python3 -m pip install grpcio -v --force
fi

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

0 comments on commit aae494c

Please sign in to comment.