Skip to content

Commit 06c4643

Browse files
Update .ci_support/build_all.py
Co-authored-by: jaimergp <[email protected]>
1 parent 4c61424 commit 06c4643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci_support/build_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def build_all(recipes_dir, arch):
9898
# "not linux", "not unix", "osx" or "win"; this also removes trailing newlines
9999
lines = [pat.sub("", x) for x in lines]
100100
text = "\n".join(lines)
101-
if platform == "linux" and ("c_stdlib_version" in text):
101+
if platform == "linux" and "c_stdlib_version" in text:
102102
config = load(text, Loader=BaseLoader)
103103
if "c_stdlib_version" in config:
104104
for version in config["c_stdlib_version"]:

0 commit comments

Comments
 (0)