We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5605f38 commit 6252f2cCopy full SHA for 6252f2c
synthtool/gcp/templates/python_samples/noxfile.py.j2
@@ -96,7 +96,7 @@ IGNORED_VERSIONS = TEST_CONFIG['ignored_versions']
96
97
TESTED_VERSIONS = sorted([v for v in ALL_VERSIONS if v not in IGNORED_VERSIONS])
98
99
-INSTALL_LIBRARY_FROM_SOURCE = bool(os.environ.get("INSTALL_LIBRARY_FROM_SOURCE", False))
+INSTALL_LIBRARY_FROM_SOURCE = os.environ.get("INSTALL_LIBRARY_FROM_SOURCE", False) in ("True", "true")
100
#
101
# Style Checks
102
0 commit comments