From 1105998b6a0533a72af7383901fa0874a1928fc7 Mon Sep 17 00:00:00 2001 From: Ashley Xu Date: Sun, 14 Apr 2024 19:04:53 +0000 Subject: [PATCH] set local version of variables --- .kokoro/samples/python3.10/presubmit.cfg | 2 +- .kokoro/samples/python3.11/presubmit.cfg | 2 +- .kokoro/samples/python3.12/presubmit.cfg | 2 +- .kokoro/samples/python3.7/presubmit.cfg | 2 +- .kokoro/samples/python3.8/presubmit.cfg | 2 +- .kokoro/samples/python3.9/presubmit.cfg | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.kokoro/samples/python3.10/presubmit.cfg b/.kokoro/samples/python3.10/presubmit.cfg index a1c8d97..ddc0ae4 100644 --- a/.kokoro/samples/python3.10/presubmit.cfg +++ b/.kokoro/samples/python3.10/presubmit.cfg @@ -2,5 +2,5 @@ env_vars: { key: "INSTALL_LIBRARY_FROM_SOURCE" - value: "True" + value: "FALSE" } \ No newline at end of file diff --git a/.kokoro/samples/python3.11/presubmit.cfg b/.kokoro/samples/python3.11/presubmit.cfg index a1c8d97..50fec96 100644 --- a/.kokoro/samples/python3.11/presubmit.cfg +++ b/.kokoro/samples/python3.11/presubmit.cfg @@ -2,5 +2,5 @@ env_vars: { key: "INSTALL_LIBRARY_FROM_SOURCE" - value: "True" + value: "False" } \ No newline at end of file diff --git a/.kokoro/samples/python3.12/presubmit.cfg b/.kokoro/samples/python3.12/presubmit.cfg index a1c8d97..50fec96 100644 --- a/.kokoro/samples/python3.12/presubmit.cfg +++ b/.kokoro/samples/python3.12/presubmit.cfg @@ -2,5 +2,5 @@ env_vars: { key: "INSTALL_LIBRARY_FROM_SOURCE" - value: "True" + value: "False" } \ No newline at end of file diff --git a/.kokoro/samples/python3.7/presubmit.cfg b/.kokoro/samples/python3.7/presubmit.cfg index a1c8d97..50fec96 100644 --- a/.kokoro/samples/python3.7/presubmit.cfg +++ b/.kokoro/samples/python3.7/presubmit.cfg @@ -2,5 +2,5 @@ env_vars: { key: "INSTALL_LIBRARY_FROM_SOURCE" - value: "True" + value: "False" } \ No newline at end of file diff --git a/.kokoro/samples/python3.8/presubmit.cfg b/.kokoro/samples/python3.8/presubmit.cfg index a1c8d97..50fec96 100644 --- a/.kokoro/samples/python3.8/presubmit.cfg +++ b/.kokoro/samples/python3.8/presubmit.cfg @@ -2,5 +2,5 @@ env_vars: { key: "INSTALL_LIBRARY_FROM_SOURCE" - value: "True" + value: "False" } \ No newline at end of file diff --git a/.kokoro/samples/python3.9/presubmit.cfg b/.kokoro/samples/python3.9/presubmit.cfg index a1c8d97..50fec96 100644 --- a/.kokoro/samples/python3.9/presubmit.cfg +++ b/.kokoro/samples/python3.9/presubmit.cfg @@ -2,5 +2,5 @@ env_vars: { key: "INSTALL_LIBRARY_FROM_SOURCE" - value: "True" + value: "False" } \ No newline at end of file