Skip to content

Commit

Permalink
misc: fix hint branching
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Jul 25, 2024
1 parent 73f5ed6 commit 7eb04ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda_smithy/lint_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,11 @@ def lintify_meta_yaml(
hint_pip_usage(build_section, hints)

# 2: suggest python noarch (skip on feedstocks)
raw_requirements_section = meta.get("requirements", {})
hint_suggest_noarch(
noarch_value,
build_requirements,
raw_requirements_section,
is_staged_recipes,
conda_forge,
recipe_fname,
Expand Down

0 comments on commit 7eb04ae

Please sign in to comment.