Skip to content

Commit 9753ed3

Browse files
authored
Drop extra parens from skip
1 parent c144bdb commit 9753ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build:
2626
# xref: https://github.com/conda-forge/xgboost-feedstock/issues/173
2727
{% if python is defined and cuda_compiler_version is defined %}
2828
skip: >-
29-
{{ ( python.split(".")[:2] != min_python.split(".")[:2] or (win and cuda_compiler_version == "11.8") ) }}
29+
{{ python.split(".")[:2] != min_python.split(".")[:2] or (win and cuda_compiler_version == "11.8") }}
3030
{% endif %}
3131

3232
requirements:

0 commit comments

Comments
 (0)