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 cab6b91 commit 0318215Copy full SHA for 0318215
media-translation/snippets/noxfile.py
@@ -96,7 +96,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
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