From aae494c48c49a82547c7417ac68a48d88bc2e1ae Mon Sep 17 00:00:00 2001 From: Sakthivel Subramanian Date: Thu, 9 Jan 2025 23:36:08 +0530 Subject: [PATCH] disable env --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index fa14ac4bef..e3f0cb14be 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -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,