Closed rgommers closed 9 hours ago
In noarch: python recipes, the thing being checked here should always have python as a string and not in an if: block, so it should be safe to skip the check. Fixes the linter failing on rattler-build recipes with conditional requirements.
noarch: python
python
if:
Closes gh-2153
In
noarch: python
recipes, the thing being checked here should always havepython
as a string and not in anif:
block, so it should be safe to skip the check. Fixes the linter failing on rattler-build recipes with conditional requirements.Closes gh-2153