You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm often linting locally before pushing to avoid creating noisy linter comments upon pushing to a PR, however, it seems the new warning about missing pip build dependencies doesn't show up when doing so. Running the linter locally (conda-smithy 3.39.0) for conda-forge/cython-feedstock#143 says "recipe is in fine form", while the actual linter complains.
Other hints (like the SPDX identifier) do get shown, so it's not about hint vs. error. This is on a windows machine, in case that matters.
The text was updated successfully, but these errors were encountered:
Ah, ok, that's new to me, but not a problem to add an argument of course. However, that currently also fails with a missing GH_TOKEN env var, and setting it to a dummy value doesn't help. I guess I need to set up my own API token...
I'm often linting locally before pushing to avoid creating noisy linter comments upon pushing to a PR, however, it seems the new warning about missing pip build dependencies doesn't show up when doing so. Running the linter locally (conda-smithy 3.39.0) for conda-forge/cython-feedstock#143 says "recipe is in fine form", while the actual linter complains.
Other hints (like the SPDX identifier) do get shown, so it's not about hint vs. error. This is on a windows machine, in case that matters.
The text was updated successfully, but these errors were encountered: