We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c60c17 commit f464599Copy full SHA for f464599
1 file changed
setup.py
@@ -91,8 +91,7 @@ def run(self):
91
with open(bazelversion_path) as f:
92
bazel_version = f.read().strip()
93
print(f"DEBUG: bazel_version={bazel_version}")
94
- if "USE_BAZEL_VERSION" not in os.environ:
95
- os.environ["USE_BAZEL_VERSION"] = bazel_version
+ os.environ["USE_BAZEL_VERSION"] = bazel_version
96
print(f"DEBUG: USE_BAZEL_VERSION={os.environ.get('USE_BAZEL_VERSION')}")
97
98
subprocess.check_call(
0 commit comments