| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c4b95d9 commit 2ca3376
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | docker: | |
| 2 | 2 | image: gcr.io/repo-automation-bots/owlbot-python:latest | |
| 3 | - digest: sha256:aea14a583128771ae8aefa364e1652f3c56070168ef31beb203534222d842b8b | ||
| 3 | + digest: sha256:50e35228649c47b6ca82aa0be3ff9eb2afce51c82b66c4a03fe4afeb5ff6c0fc | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -94,7 +94,10 @@ def get_pytest_env_vars() -> Dict[str, str]: | |||
| 94 | 94 | ||
| 95 | 95 | TESTED_VERSIONS = sorted([v for v in ALL_VERSIONS if v not in IGNORED_VERSIONS]) | |
| 96 | 96 | ||
| 97 | - INSTALL_LIBRARY_FROM_SOURCE = bool(os.environ.get("INSTALL_LIBRARY_FROM_SOURCE", False)) | ||
| 97 | + INSTALL_LIBRARY_FROM_SOURCE = os.environ.get("INSTALL_LIBRARY_FROM_SOURCE", False) in ( | ||
| 98 | + "True", | ||
| 99 | + "true", | ||
| 100 | + ) | ||
| 98 | 101 | # | |
| 99 | 102 | # Style Checks | |
| 100 | 103 | # | |
| Back | FazBrowse Home | New Git URL |
0 commit comments